Html Css Color HEX #33229D Blue Gem

📋 copy color: '#33229D'

red 51 ◦ green 34 ◦ blue 157

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

Shades of Blue Gem #33229D

Tints of Blue Gem #33229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 21.07%
G = 14.05%
B = 64.88%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33229D (or 0x33229D) is known color: Blue Gem. HEX triplet: 33, 22 and 9D. RGB value is (51,34,157). Sum of RGB (Red+Green+Blue) = 51+34+157=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #33229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33229D is #CCDD62. Grayscale: #343434. Windows color (decimal): -13426019 or 10297907. OLE color: 10297907.

HSL color Cylindrical-coordinate representation of color #33229D: hue angle of 248.29º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33229D is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 34 157 -
CMYK 0.68 0.78 0 0.38
HSL 248.29º 0.64% 0.37% -
HSV(B) 248.29º 0.78% 0.62% -
XYZ 8.02 4.28 32.3 -
YUV 53.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 51 34 157 0.68 0.78 0 0.38 248.29 0.64 0.37
Hex 33 22 9D 44 4E 0 26 F8 40 25
Octal 63 42 235 104 116 0 46 370 100 45
Binary 110011 100010 10011101 1000100 1001110 0 100110 11111000 1000000 100101

Color Harmonies of #33229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33229D

Black with #33229D

Text Example


Text Example

White with #33229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33229D; }

 p { color: rgb(51,34,157); }

 H1.HeaderClassName
 {
   color: #33229D;
 }
 .AnyTagClassName
 {
   color: #33229D;
 }
</style>

background-color css

<style>
 a { background-color: #33229D; }

 a { background-color: rgb(51,34,157); }

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

border-color css

<style>
 span { border-color: #33229D; }

 span { border-color: rgb(51,34,157); }

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