Html Css Color HEX #44219C Blue Gem

📋 copy color: '#44219C'

red 68 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #44219C

Tints of Blue Gem #44219C

RGB

 RED value IS 68 (26.95% from 255) = 26.46%

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 26.46%
G = 12.84%
B = 60.7%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44219C (or 0x44219C) is known color: Blue Gem. HEX triplet: 44, 21 and 9C. RGB value is (68,33,156). Sum of RGB (Red+Green+Blue) = 68+33+156=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #44219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44219C is #BBDE63. Grayscale: #393939. Windows color (decimal): -12312164 or 10232132. OLE color: 10232132.

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

Color convert

RGB 68 33 156 -
CMYK 0.56 0.79 0 0.39
HSL 257.07º 0.65% 0.37% -
HSV(B) 257.07º 0.79% 0.61% -
XYZ 8.93 4.72 31.89 -
YUV 57.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 68 33 156 0.56 0.79 0 0.39 257.07 0.65 0.37
Hex 44 21 9C 38 4F 0 27 101 41 25
Octal 104 41 234 70 117 0 47 401 101 45
Binary 1000100 100001 10011100 111000 1001111 0 100111 100000001 1000001 100101

Color Harmonies of #44219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44219C

Black with #44219C

Text Example


Text Example

White with #44219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44219C;
 }
 .AnyTagClassName
 {
   color: #44219C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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