#36245C

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

Shades of Christalle #36245C

Tints of Christalle #36245C

Color information

#36245C (or 0x36245C) is unknown color: approx Christalle. HEX triplet: 36, 24 and 5C. RGB value is (54,36,92). Sum of RGB (Red+Green+Blue) = 54+36+92=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #36245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36245C is #C9DBA3. Grayscale: #2F2F2F. Windows color (decimal): -13228964 or 6038582. OLE color: 6038582.

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

Color convert

RGB543692-
CMYK0.410.6100.64
HSL259.29º43.75%25.1%-
HSV(B)259.29º60.87%36.08%-
XYZ4.082.8210.45-
YUV47.77152.96132.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=29.67%
G=19.78%
B=50.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5436920.410.6100.64259.2943.7525.1
Hex36245C293D0401032c19
Octal6644134517501004035431
Binary11011010010010111001010011111010100000010000001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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