Html Css Color HEX #33249F Blue Gem

📋 copy color: '#33249F'

red 51 ◦ green 36 ◦ blue 159

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

Shades of Blue Gem #33249F

Tints of Blue Gem #33249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 20.73%
G = 14.63%
B = 64.63%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33249F (or 0x33249F) is known color: Blue Gem. HEX triplet: 33, 24 and 9F. RGB value is (51,36,159). Sum of RGB (Red+Green+Blue) = 51+36+159=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #33249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33249F is #CCDB60. Grayscale: #363636. Windows color (decimal): -13425505 or 10429491. OLE color: 10429491.

HSL color Cylindrical-coordinate representation of color #33249F: hue angle of 247.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33249F is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 36 159 -
CMYK 0.68 0.77 0 0.38
HSL 247.32º 0.63% 0.38% -
HSV(B) 247.32º 0.77% 0.62% -
XYZ 8.25 4.47 33.23 -
YUV 54.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 51 36 159 0.68 0.77 0 0.38 247.32 0.63 0.38
Hex 33 24 9F 44 4D 0 26 F7 3F 26
Octal 63 44 237 104 115 0 46 367 77 46
Binary 110011 100100 10011111 1000100 1001101 0 100110 11110111 111111 100110

Color Harmonies of #33249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33249F

Black with #33249F

Text Example


Text Example

White with #33249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33249F; }

 p { color: rgb(51,36,159); }

 H1.HeaderClassName
 {
   color: #33249F;
 }
 .AnyTagClassName
 {
   color: #33249F;
 }
</style>

background-color css

<style>
 a { background-color: #33249F; }

 a { background-color: rgb(51,36,159); }

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

border-color css

<style>
 span { border-color: #33249F; }

 span { border-color: rgb(51,36,159); }

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