Html Css Color HEX #36136A Christalle

📋 copy color: '#36136A'

red 54 ◦ green 19 ◦ blue 106

#36136A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #36136A

Tints of Christalle #36136A

RGB

 RED value IS 54 (21.48% from 255) = 30.17%

 GREEN value IS 19 (7.81% from 255) = 10.61%

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 30.17%
G = 10.61%
B = 59.22%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36136A (or 0x36136A) is known color: Christalle. HEX triplet: 36, 13 and 6A. RGB value is (54,19,106). Sum of RGB (Red+Green+Blue) = 54+19+106=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #36136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36136A is #C9EC95. Grayscale: #272727. Windows color (decimal): -13233302 or 6951734. OLE color: 6951734.

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

Color convert

RGB 54 19 106 -
CMYK 0.49 0.82 0 0.58
HSL 264.14º 0.7% 0.25% -
HSV(B) 264.14º 0.82% 0.42% -
XYZ 4.36 2.29 13.85 -
YUV 39.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 54 19 106 0.49 0.82 0 0.58 264.14 0.7 0.25
Hex 36 13 6A 31 52 0 3A 108 46 19
Octal 66 23 152 61 122 0 72 410 106 31
Binary 110110 10011 1101010 110001 1010010 0 111010 100001000 1000110 11001

Color Harmonies of #36136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36136A

Black with #36136A

Text Example


Text Example

White with #36136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36136A;
 }
 .AnyTagClassName
 {
   color: #36136A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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