#44209C

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

Shades of Blue Gem #44209C

Tints of Blue Gem #44209C

Color information

#44209C (or 0x44209C) is unknown color: approx Blue Gem. HEX triplet: 44, 20 and 9C. RGB value is (68,32,156). Sum of RGB (Red+Green+Blue) = 68+32+156=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #44209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44209C is #BBDF63. Grayscale: #383838. Windows color (decimal): -12312420 or 10231876. OLE color: 10231876.

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

Color convert

RGB6832156-
CMYK0.560.7900.39
HSL257.42º65.96%36.86%-
HSV(B)257.42º79.49%61.18%-
XYZ8.94.6631.88-
YUV56.9183.93135.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 156 (61.33% from 255) = 60.94%
R=26.56%
G=12.5%
B=60.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68321560.560.7900.39257.4265.9636.86
Hex44209C384F0271014225
Octal104402347011704740110245
Binary100010010000010011100111000100111101001111000000011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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