#36229E

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

Shades of Blue Gem #36229E

Tints of Blue Gem #36229E

Color information

#36229E (or 0x36229E) is unknown color: approx Blue Gem. HEX triplet: 36, 22 and 9E. RGB value is (54,34,158). Sum of RGB (Red+Green+Blue) = 54+34+158=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #36229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229E is #C9DD61. Grayscale: #353535. Windows color (decimal): -13229410 or 10363446. OLE color: 10363446.

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

Color convert

RGB5434158-
CMYK0.660.7800.38
HSL249.68º64.58%37.65%-
HSV(B)249.68º78.48%61.96%-
XYZ8.264.432.76-
YUV54.12186.63127.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=21.95%
G=13.82%
B=64.23%

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
Decimal54341580.660.7800.38249.6864.5837.65
Hex36229E424E026fa4126
Octal664223610211604637210146
Binary11011010001010011110100001010011100100110111110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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