#442E89

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

Shades of Blue Gem #442E89

Tints of Blue Gem #442E89

Color information

#442E89 (or 0x442E89) is unknown color: approx Blue Gem. HEX triplet: 44, 2E and 89. RGB value is (68,46,137). Sum of RGB (Red+Green+Blue) = 68+46+137=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #442E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E89 is #BBD176. Grayscale: #3E3E3E. Windows color (decimal): -12308855 or 8990276. OLE color: 8990276.

HSL color Cylindrical-coordinate representation of color #442E89: hue angle of 254.51º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442E89 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6846137-
CMYK0.500.6600.46
HSL254.51º49.73%35.88%-
HSV(B)254.51º66.42%53.73%-
XYZ7.884.9924.21-
YUV62.95169.79131.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 137 (53.91% from 255) = 54.58%
R=27.09%
G=18.33%
B=54.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68461370.500.6600.46254.5149.7335.88
Hex442E89324202Eff3224
Octal10456211621020563776244
Binary1000100101110100010011100101000010010111011111111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442E89; }

 p { color: rgb(68,46,137); }

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

<style>
 a { background-color: #442E89; }

 a { background-color: rgb(68,46,137); }

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

<style>
 span { border-color: #442E89; }

 span { border-color: rgb(68,46,137); }

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