#36236A

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

Shades of Christalle #36236A

Tints of Christalle #36236A

Color information

#36236A (or 0x36236A) is unknown color: approx Christalle. HEX triplet: 36, 23 and 6A. RGB value is (54,35,106). Sum of RGB (Red+Green+Blue) = 54+35+106=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #36236A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36236A is #C9DC95. Grayscale: #303030. Windows color (decimal): -13229206 or 6955830. OLE color: 6955830.

HSL color Cylindrical-coordinate representation of color #36236A: hue angle of 256.06º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36236A is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5435106-
CMYK0.490.6700.58
HSL256.06º50.35%27.65%-
HSV(B)256.06º66.98%41.57%-
XYZ4.723.0313.97-
YUV48.78160.29131.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=27.69%
G=17.95%
B=54.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54351060.490.6700.58256.0650.3527.65
Hex36236A314303A100321c
Octal6643152611030724006234
Binary11011010001111010101100011000011011101010000000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36236A; }

 p { color: rgb(54,35,106); }

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

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

 a { background-color: rgb(54,35,106); }

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

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

 span { border-color: rgb(54,35,106); }

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