Html Css Color HEX #36249C Blue Gem

📋 copy color: '#36249C'

red 54 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #36249C

Tints of Blue Gem #36249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 21.95%
G = 14.63%
B = 63.41%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36249C (or 0x36249C) is known color: Blue Gem. HEX triplet: 36, 24 and 9C. RGB value is (54,36,156). Sum of RGB (Red+Green+Blue) = 54+36+156=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #36249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36249C is #C9DB63. Grayscale: #363636. Windows color (decimal): -13228900 or 10232886. OLE color: 10232886.

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

Color convert

RGB 54 36 156 -
CMYK 0.65 0.77 0 0.39
HSL 249º 0.63% 0.38% -
HSV(B) 249º 0.77% 0.61% -
XYZ 8.15 4.45 31.88 -
YUV 55.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 54 36 156 0.65 0.77 0 0.39 249 0.63 0.38
Hex 36 24 9C 41 4D 0 27 F9 3E 26
Octal 66 44 234 101 115 0 47 371 76 46
Binary 110110 100100 10011100 1000001 1001101 0 100111 11111001 111110 100110

Color Harmonies of #36249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36249C

Black with #36249C

Text Example


Text Example

White with #36249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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