#442EA3

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

Shades of Blue Gem #442EA3

Tints of Blue Gem #442EA3

Color information

#442EA3 (or 0x442EA3) is unknown color: approx Blue Gem. HEX triplet: 44, 2E and A3. RGB value is (68,46,163). Sum of RGB (Red+Green+Blue) = 68+46+163=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #442EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442EA3 is #BBD15C. Grayscale: #414141. Windows color (decimal): -12308829 or 10694212. OLE color: 10694212.

HSL color Cylindrical-coordinate representation of color #442EA3: hue angle of 251.28º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442EA3 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6846163-
CMYK0.580.7200.36
HSL251.28º55.98%40.98%-
HSV(B)251.28º71.78%63.92%-
XYZ9.975.8335.25-
YUV65.92182.79129.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 163 (64.06% from 255) = 58.84%
R=24.55%
G=16.61%
B=58.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68461630.580.7200.36251.2855.9840.98
Hex442EA33A48024fb3829
Octal10456243721100443737051
Binary1000100101110101000111110101001000010010011111011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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