#33219C

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

Shades of Blue Gem #33219C

Tints of Blue Gem #33219C

Color information

#33219C (or 0x33219C) is unknown color: approx Blue Gem. HEX triplet: 33, 21 and 9C. RGB value is (51,33,156). Sum of RGB (Red+Green+Blue) = 51+33+156=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #33219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33219C is #CCDE63. Grayscale: #333333. Windows color (decimal): -13426276 or 10232115. OLE color: 10232115.

HSL color Cylindrical-coordinate representation of color #33219C: hue angle of 248.78º degrees, saturation: 0.65, 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 #33219C is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5133156-
CMYK0.670.7900.39
HSL248.78º65.08%37.06%-
HSV(B)248.78º78.85%61.18%-
XYZ7.914.1931.84-
YUV52.4186.46127-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 156 (61.33% from 255) = 65%
R=21.25%
G=13.75%
B=65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51331560.670.7900.39248.7865.0837.06
Hex33219C434F027f94125
Octal634123410311704737110145
Binary11001110000110011100100001110011110100111111110011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,33,156); }

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

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

 a { background-color: rgb(51,33,156); }

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

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

 span { border-color: rgb(51,33,156); }

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