#442E96

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

Shades of Blue Gem #442E96

Tints of Blue Gem #442E96

Color information

#442E96 (or 0x442E96) is unknown color: approx Blue Gem. HEX triplet: 44, 2E and 96. RGB value is (68,46,150). Sum of RGB (Red+Green+Blue) = 68+46+150=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #442E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E96 is #BBD169. Grayscale: #404040. Windows color (decimal): -12308842 or 9842244. OLE color: 9842244.

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

Color convert

RGB6846150-
CMYK0.550.6900.41
HSL252.69º53.06%38.43%-
HSV(B)252.69º69.33%58.82%-
XYZ8.875.3829.43-
YUV64.43176.29130.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 150 (58.98% from 255) = 56.82%
R=25.76%
G=17.42%
B=56.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68461500.550.6900.41252.6953.0638.43
Hex442E963745029fd3526
Octal10456226671050513756546
Binary1000100101110100101101101111000101010100111111101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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