#342459

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

Shades of Christalle #342459

Tints of Christalle #342459

Color information

#342459 (or 0x342459) is unknown color: approx Christalle. HEX triplet: 34, 24 and 59. RGB value is (52,36,89). Sum of RGB (Red+Green+Blue) = 52+36+89=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #342459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342459 is #CBDBA6. Grayscale: #2E2E2E. Windows color (decimal): -13360039 or 5841972. OLE color: 5841972.

HSL color Cylindrical-coordinate representation of color #342459: hue angle of 258.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342459 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB523689-
CMYK0.420.6000.65
HSL258.11º42.4%24.51%-
HSV(B)258.11º59.55%34.9%-
XYZ3.852.719.77-
YUV46.83151.8131.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=29.38%
G=20.34%
B=50.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5236890.420.6000.65258.1142.424.51
Hex3424592A3C0411022a19
Octal6444131527401014025231
Binary11010010010010110011010101111000100000110000001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342459; }

 p { color: rgb(52,36,89); }

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

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

 a { background-color: rgb(52,36,89); }

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

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

 span { border-color: rgb(52,36,89); }

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