#44219D

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

Shades of Blue Gem #44219D

Tints of Blue Gem #44219D

Color information

#44219D (or 0x44219D) is unknown color: approx Blue Gem. HEX triplet: 44, 21 and 9D. RGB value is (68,33,157). Sum of RGB (Red+Green+Blue) = 68+33+157=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #44219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44219D is #BBDE62. Grayscale: #393939. Windows color (decimal): -12312163 or 10297668. OLE color: 10297668.

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

Color convert

RGB6833157-
CMYK0.570.7900.38
HSL256.94º65.26%37.25%-
HSV(B)256.94º78.98%61.57%-
XYZ9.014.7532.34-
YUV57.6184.1135.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=26.36%
G=12.79%
B=60.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68331570.570.7900.38256.9465.2637.25
Hex44219D394F0261014125
Octal104412357111704640110145
Binary100010010000110011101111001100111101001101000000011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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