#44259F

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

Shades of Blue Gem #44259F

Tints of Blue Gem #44259F

Color information

#44259F (or 0x44259F) is unknown color: approx Blue Gem. HEX triplet: 44, 25 and 9F. RGB value is (68,37,159). Sum of RGB (Red+Green+Blue) = 68+37+159=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #44259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44259F is #BBDA60. Grayscale: #3B3B3B. Windows color (decimal): -12311137 or 10429764. OLE color: 10429764.

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

Color convert

RGB6837159-
CMYK0.570.7700.38
HSL255.25º62.24%38.43%-
HSV(B)255.25º76.73%62.35%-
XYZ9.35.0633.29-
YUV60.18183.77133.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 159 (62.5% from 255) = 60.23%
R=25.76%
G=14.02%
B=60.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68371590.570.7700.38255.2562.2438.43
Hex44259F394D026ff3e26
Octal10445237711150463777646
Binary1000100100101100111111110011001101010011011111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44259F; }

 p { color: rgb(68,37,159); }

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

<style>
 a { background-color: #44259F; }

 a { background-color: rgb(68,37,159); }

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

<style>
 span { border-color: #44259F; }

 span { border-color: rgb(68,37,159); }

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