Html Css Color HEX #33209E Blue Gem

📋 copy color: '#33209E'

red 51 ◦ green 32 ◦ blue 158

#33209E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #33209E

Tints of Blue Gem #33209E

RGB

 RED value IS 51 (20.31% from 255) = 21.16%

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 158 (62.11% from 255) = 65.56%

R = 21.16%
G = 13.28%
B = 65.56%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33209E (or 0x33209E) is known color: Blue Gem. HEX triplet: 33, 20 and 9E. RGB value is (51,32,158). Sum of RGB (Red+Green+Blue) = 51+32+158=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #33209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33209E is #CCDF61. Grayscale: #333333. Windows color (decimal): -13426530 or 10362931. OLE color: 10362931.

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

Color convert

RGB 51 32 158 -
CMYK 0.68 0.80 0 0.38
HSL 249.05º 0.66% 0.37% -
HSV(B) 249.05º 0.8% 0.62% -
XYZ 8.05 4.21 32.74 -
YUV 52.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 51 32 158 0.68 0.80 0 0.38 249.05 0.66 0.37
Hex 33 20 9E 44 50 0 26 F9 42 25
Octal 63 40 236 104 120 0 46 371 102 45
Binary 110011 100000 10011110 1000100 1010000 0 100110 11111001 1000010 100101

Color Harmonies of #33209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33209E

Black with #33209E

Text Example


Text Example

White with #33209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,32,158); }

 H1.HeaderClassName
 {
   color: #33209E;
 }
 .AnyTagClassName
 {
   color: #33209E;
 }
</style>

background-color css

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

 a { background-color: rgb(51,32,158); }

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

border-color css

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

 span { border-color: rgb(51,32,158); }

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