#44209B

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

Shades of Blue Gem #44209B

Tints of Blue Gem #44209B

Color information

#44209B (or 0x44209B) is unknown color: approx Blue Gem. HEX triplet: 44, 20 and 9B. RGB value is (68,32,155). Sum of RGB (Red+Green+Blue) = 68+32+155=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #44209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44209B is #BBDF64. Grayscale: #383838. Windows color (decimal): -12312421 or 10166340. OLE color: 10166340.

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

Color convert

RGB6832155-
CMYK0.560.7900.39
HSL257.56º65.78%36.67%-
HSV(B)257.56º79.35%60.78%-
XYZ8.824.6331.44-
YUV56.79183.43136-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=26.67%
G=12.55%
B=60.78%

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
Decimal68321550.560.7900.39257.5665.7836.67
Hex44209B384F0271024225
Octal104402337011704740210245
Binary100010010000010011011111000100111101001111000000101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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