#350E56

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

Shades of Christalle #350E56

Tints of Christalle #350E56

Color information

#350E56 (or 0x350E56) is unknown color: approx Christalle. HEX triplet: 35, 0E and 56. RGB value is (53,14,86). Sum of RGB (Red+Green+Blue) = 53+14+86=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #350E56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E56 is #CAF1A9. Grayscale: #212121. Windows color (decimal): -13300138 or 5639733. OLE color: 5639733.

HSL color Cylindrical-coordinate representation of color #350E56: hue angle of 272.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350E56 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB531486-
CMYK0.380.8400.66
HSL272.5º72%19.61%-
HSV(B)272.5º83.72%33.73%-
XYZ3.31.748.97-
YUV33.87157.42141.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=34.64%
G=9.15%
B=56.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5314860.380.8400.66272.57219.61
Hex35E5626540421104814
Octal651612646124010242011024
Binary11010111101010110100110101010001000010100010000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E56; }

 p { color: rgb(53,14,86); }

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

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

 a { background-color: rgb(53,14,86); }

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

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

 span { border-color: rgb(53,14,86); }

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