Html Css Color HEX #36229C Blue Gem

📋 copy color: '#36229C'

red 54 ◦ green 34 ◦ blue 156

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

Shades of Blue Gem #36229C

Tints of Blue Gem #36229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 22.13%
G = 13.93%
B = 63.93%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36229C (or 0x36229C) is known color: Blue Gem. HEX triplet: 36, 22 and 9C. RGB value is (54,34,156). Sum of RGB (Red+Green+Blue) = 54+34+156=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #36229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229C is #C9DD63. Grayscale: #353535. Windows color (decimal): -13229412 or 10232374. OLE color: 10232374.

HSL color Cylindrical-coordinate representation of color #36229C: hue angle of 249.84º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36229C is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 34 156 -
CMYK 0.65 0.78 0 0.39
HSL 249.84º 0.64% 0.37% -
HSV(B) 249.84º 0.78% 0.61% -
XYZ 8.09 4.33 31.86 -
YUV 53.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 54 34 156 0.65 0.78 0 0.39 249.84 0.64 0.37
Hex 36 22 9C 41 4E 0 27 FA 40 25
Octal 66 42 234 101 116 0 47 372 100 45
Binary 110110 100010 10011100 1000001 1001110 0 100111 11111010 1000000 100101

Color Harmonies of #36229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36229C

Black with #36229C

Text Example


Text Example

White with #36229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,34,156); }

 H1.HeaderClassName
 {
   color: #36229C;
 }
 .AnyTagClassName
 {
   color: #36229C;
 }
</style>

background-color css

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

 a { background-color: rgb(54,34,156); }

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

border-color css

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

 span { border-color: rgb(54,34,156); }

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