#341956

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

Shades of Christalle #341956

Tints of Christalle #341956

Color information

#341956 (or 0x341956) is unknown color: approx Christalle. HEX triplet: 34, 19 and 56. RGB value is (52,25,86). Sum of RGB (Red+Green+Blue) = 52+25+86=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #341956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341956 is #CBE6A9. Grayscale: #272727. Windows color (decimal): -13362858 or 5642548. OLE color: 5642548.

HSL color Cylindrical-coordinate representation of color #341956: hue angle of 266.56º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341956 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB522586-
CMYK0.400.7100.66
HSL266.56º54.95%21.76%-
HSV(B)266.56º70.93%33.73%-
XYZ3.442.19.03-
YUV40.03153.95136.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=31.90%
G=15.34%
B=52.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5225860.400.7100.66266.5654.9521.76
Hex341956284704210b3716
Octal64311265010701024136726
Binary11010011001101011010100010001110100001010000101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341956; }

 p { color: rgb(52,25,86); }

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

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

 a { background-color: rgb(52,25,86); }

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

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

 span { border-color: rgb(52,25,86); }

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