#35235F

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

Shades of Christalle #35235F

Tints of Christalle #35235F

Color information

#35235F (or 0x35235F) is unknown color: approx Christalle. HEX triplet: 35, 23 and 5F. RGB value is (53,35,95). Sum of RGB (Red+Green+Blue) = 53+35+95=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #35235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35235F is #CADCA0. Grayscale: #2F2F2F. Windows color (decimal): -13294753 or 6234933. OLE color: 6234933.

HSL color Cylindrical-coordinate representation of color #35235F: hue angle of 258º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35235F is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB533595-
CMYK0.440.6300.63
HSL258º46.15%25.49%-
HSV(B)258º63.16%37.25%-
XYZ4.132.7911.15-
YUV47.22154.96132.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=28.96%
G=19.13%
B=51.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5335950.440.6300.6325846.1525.49
Hex35235F2C3F03F1022e19
Octal654313754770774025631
Binary1101011000111011111101100111111011111110000001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35235F; }

 p { color: rgb(53,35,95); }

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

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

 a { background-color: rgb(53,35,95); }

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

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

 span { border-color: rgb(53,35,95); }

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