#36219E

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

Shades of Blue Gem #36219E

Tints of Blue Gem #36219E

Color information

#36219E (or 0x36219E) is unknown color: approx Blue Gem. HEX triplet: 36, 21 and 9E. RGB value is (54,33,158). Sum of RGB (Red+Green+Blue) = 54+33+158=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #36219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36219E is #C9DE61. Grayscale: #353535. Windows color (decimal): -13229666 or 10363190. OLE color: 10363190.

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

Color convert

RGB5433158-
CMYK0.660.7900.38
HSL250.08º65.45%37.45%-
HSV(B)250.08º79.11%61.96%-
XYZ8.244.3432.75-
YUV53.53186.96128.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=22.04%
G=13.47%
B=64.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54331580.660.7900.38250.0865.4537.45
Hex36219E424F026fa4125
Octal664123610211704637210145
Binary11011010000110011110100001010011110100110111110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36219E; }

 p { color: rgb(54,33,158); }

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

<style>
 a { background-color: #36219E; }

 a { background-color: rgb(54,33,158); }

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

<style>
 span { border-color: #36219E; }

 span { border-color: rgb(54,33,158); }

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