#442E95

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

Shades of Blue Gem #442E95

Tints of Blue Gem #442E95

Color information

#442E95 (or 0x442E95) is unknown color: approx Blue Gem. HEX triplet: 44, 2E and 95. RGB value is (68,46,149). Sum of RGB (Red+Green+Blue) = 68+46+149=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #442E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E95 is #BBD16A. Grayscale: #3F3F3F. Windows color (decimal): -12308843 or 9776708. OLE color: 9776708.

HSL color Cylindrical-coordinate representation of color #442E95: hue angle of 252.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442E95 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6846149-
CMYK0.540.6900.42
HSL252.82º52.82%38.24%-
HSV(B)252.82º69.13%58.43%-
XYZ8.795.3529-
YUV64.32175.79130.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=25.86%
G=17.49%
B=56.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68461490.540.6900.42252.8252.8238.24
Hex442E95364502Afd3526
Octal10456225661050523756546
Binary1000100101110100101011101101000101010101011111101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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