#341858

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

Shades of Christalle #341858

Tints of Christalle #341858

Color information

#341858 (or 0x341858) is unknown color: approx Christalle. HEX triplet: 34, 18 and 58. RGB value is (52,24,88). Sum of RGB (Red+Green+Blue) = 52+24+88=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #341858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341858 is #CBE7A7. Grayscale: #272727. Windows color (decimal): -13363112 or 5773364. OLE color: 5773364.

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

Color convert

RGB522488-
CMYK0.410.7300.65
HSL266.25º57.14%21.96%-
HSV(B)266.25º72.73%34.51%-
XYZ3.52.099.45-
YUV39.67155.28136.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=31.71%
G=14.63%
B=53.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5224880.410.7300.65266.2557.1421.96
Hex341858294904110a3916
Octal64301305111101014127126
Binary11010011000101100010100110010010100000110000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341858; }

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

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

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

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

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

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

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

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