#442EA7

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

Shades of Blue Gem #442EA7

Tints of Blue Gem #442EA7

Color information

#442EA7 (or 0x442EA7) is unknown color: approx Blue Gem. HEX triplet: 44, 2E and A7. RGB value is (68,46,167). Sum of RGB (Red+Green+Blue) = 68+46+167=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #442EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442EA7 is #BBD158. Grayscale: #414141. Windows color (decimal): -12308825 or 10956356. OLE color: 10956356.

HSL color Cylindrical-coordinate representation of color #442EA7: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442EA7 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6846167-
CMYK0.590.7200.35
HSL250.91º56.81%41.76%-
HSV(B)250.91º72.46%65.49%-
XYZ10.345.9737.17-
YUV66.37184.79129.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 167 (65.62% from 255) = 59.43%
R=24.20%
G=16.37%
B=59.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68461670.590.7200.35250.9156.8141.76
Hex442EA73B48023fb392a
Octal10456247731100433737152
Binary1000100101110101001111110111001000010001111111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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