#340358

Color #340358 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #340358

Tints of Christalle #340358

Color information

#340358 (or 0x340358) is unknown color: approx Christalle. HEX triplet: 34, 03 and 58. RGB value is (52,3,88). Sum of RGB (Red+Green+Blue) = 52+3+88=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #340358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340358 is #CBFCA7. Grayscale: #1B1B1B. Windows color (decimal): -13368488 or 5767988. OLE color: 5767988.

HSL color Cylindrical-coordinate representation of color #340358: hue angle of 274.59º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340358 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52388-
CMYK0.410.9700.65
HSL274.59º93.41%17.84%-
HSV(B)274.59º96.59%34.51%-
XYZ3.211.59.35-
YUV27.34162.23145.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=36.36%
G=2.10%
B=61.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal523880.410.9700.65274.5993.4117.84
Hex3435829610411135d12
Octal64313051141010142313522
Binary110100111011000101001110000101000001100010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340358; }

 p { color: rgb(52,3,88); }

 H1.HeaderClassName
 {
   color: #340358;
 }
 .AnyTagClassName
 {
   color: #340358;
 }
</style>
background-color css

<style>
 a { background-color: #340358; }

 a { background-color: rgb(52,3,88); }

 div.DivClassName
 {
   background-color: #340358;
 }
 .BgClassName
 {
   background-color: #340358;
 }
</style>
border-color css

<style>
 span { border-color: #340358; }

 span { border-color: rgb(52,3,88); }

 td.TdClassName
 {
   border-color: #340358;
 }
 .TagClassName
 {
   border-color: #340358;
 }
</style>