#350858

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

Shades of Christalle #350858

Tints of Christalle #350858

Color information

#350858 (or 0x350858) is unknown color: approx Christalle. HEX triplet: 35, 08 and 58. RGB value is (53,8,88). Sum of RGB (Red+Green+Blue) = 53+8+88=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #350858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350858 is #CAF7A7. Grayscale: #1E1E1E. Windows color (decimal): -13301672 or 5769269. OLE color: 5769269.

HSL color Cylindrical-coordinate representation of color #350858: hue angle of 273.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350858 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53888-
CMYK0.400.9100.65
HSL273.75º83.33%18.82%-
HSV(B)273.75º90.91%34.51%-
XYZ3.321.649.37-
YUV30.58160.41144-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=35.57%
G=5.37%
B=59.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal538880.400.9100.65273.7583.3318.82
Hex35858285B0411125313
Octal651013050133010142212323
Binary11010110001011000101000101101101000001100010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350858; }

 p { color: rgb(53,8,88); }

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

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

 a { background-color: rgb(53,8,88); }

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

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

 span { border-color: rgb(53,8,88); }

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