#36255C

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

Shades of Christalle #36255C

Tints of Christalle #36255C

Color information

#36255C (or 0x36255C) is unknown color: approx Christalle. HEX triplet: 36, 25 and 5C. RGB value is (54,37,92). Sum of RGB (Red+Green+Blue) = 54+37+92=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #36255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36255C is #C9DAA3. Grayscale: #303030. Windows color (decimal): -13228708 or 6038838. OLE color: 6038838.

HSL color Cylindrical-coordinate representation of color #36255C: hue angle of 258.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36255C is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB543792-
CMYK0.410.6000.64
HSL258.55º42.64%25.29%-
HSV(B)258.55º59.78%36.08%-
XYZ4.112.8810.46-
YUV48.35152.63132.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=29.51%
G=20.22%
B=50.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5437920.410.6000.64258.5542.6425.29
Hex36255C293C0401032b19
Octal6645134517401004035331
Binary11011010010110111001010011111000100000010000001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36255C; }

 p { color: rgb(54,37,92); }

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

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

 a { background-color: rgb(54,37,92); }

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

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

 span { border-color: rgb(54,37,92); }

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