#442F8E

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

Shades of Blue Gem #442F8E

Tints of Blue Gem #442F8E

Color information

#442F8E (or 0x442F8E) is unknown color: approx Blue Gem. HEX triplet: 44, 2F and 8E. RGB value is (68,47,142). Sum of RGB (Red+Green+Blue) = 68+47+142=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #442F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F8E is #BBD071. Grayscale: #3F3F3F. Windows color (decimal): -12308594 or 9318212. OLE color: 9318212.

HSL color Cylindrical-coordinate representation of color #442F8E: hue angle of 253.26º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442F8E is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6847142-
CMYK0.520.6700.44
HSL253.26º50.26%37.06%-
HSV(B)253.26º66.9%55.69%-
XYZ8.285.2126.16-
YUV64.11171.96130.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=26.46%
G=18.29%
B=55.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68471420.520.6700.44253.2650.2637.06
Hex442F8E344302Cfd3225
Octal10457216641030543756245
Binary1000100101111100011101101001000011010110011111101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,47,142); }

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

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

 a { background-color: rgb(68,47,142); }

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

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

 span { border-color: rgb(68,47,142); }

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