#36209C

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

Shades of Blue Gem #36209C

Tints of Blue Gem #36209C

Color information

#36209C (or 0x36209C) is unknown color: approx Blue Gem. HEX triplet: 36, 20 and 9C. RGB value is (54,32,156). Sum of RGB (Red+Green+Blue) = 54+32+156=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #36209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36209C is #C9DF63. Grayscale: #343434. Windows color (decimal): -13229924 or 10231862. OLE color: 10231862.

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

Color convert

RGB5432156-
CMYK0.650.7900.39
HSL250.65º65.96%36.86%-
HSV(B)250.65º79.49%61.18%-
XYZ8.044.2231.84-
YUV52.71186.29128.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 156 (61.33% from 255) = 64.46%
R=22.31%
G=13.22%
B=64.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54321560.650.7900.39250.6565.9636.86
Hex36209C414F027fb4225
Octal664023410111704737310245
Binary11011010000010011100100000110011110100111111110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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