#36229D

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

Shades of Blue Gem #36229D

Tints of Blue Gem #36229D

Color information

#36229D (or 0x36229D) is unknown color: approx Blue Gem. HEX triplet: 36, 22 and 9D. RGB value is (54,34,157). Sum of RGB (Red+Green+Blue) = 54+34+157=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #36229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229D is #C9DD62. Grayscale: #353535. Windows color (decimal): -13229411 or 10297910. OLE color: 10297910.

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

Color convert

RGB5434157-
CMYK0.660.7800.38
HSL249.76º64.4%37.45%-
HSV(B)249.76º78.34%61.57%-
XYZ8.184.3632.31-
YUV54186.13128-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 157 (61.72% from 255) = 64.08%
R=22.04%
G=13.88%
B=64.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54341570.660.7800.38249.7664.437.45
Hex36229D424E026fa4025
Octal664223510211604637210045
Binary11011010001010011101100001010011100100110111110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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