#36229B

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

Shades of Blue Gem #36229B

Tints of Blue Gem #36229B

Color information

#36229B (or 0x36229B) is unknown color: approx Blue Gem. HEX triplet: 36, 22 and 9B. RGB value is (54,34,155). Sum of RGB (Red+Green+Blue) = 54+34+155=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #36229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229B is #C9DD64. Grayscale: #353535. Windows color (decimal): -13229413 or 10166838. OLE color: 10166838.

HSL color Cylindrical-coordinate representation of color #36229B: hue angle of 249.92º 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 #36229B is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5434155-
CMYK0.650.7800.39
HSL249.92º64.02%37.06%-
HSV(B)249.92º78.06%60.78%-
XYZ8.014.2931.42-
YUV53.77185.13128.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=22.22%
G=13.99%
B=63.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54341550.650.7800.39249.9264.0237.06
Hex36229B414E027fa4025
Octal664223310111604737210045
Binary11011010001010011011100000110011100100111111110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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