#442AA2

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

Shades of Blue Gem #442AA2

Tints of Blue Gem #442AA2

Color information

#442AA2 (or 0x442AA2) is unknown color: approx Blue Gem. HEX triplet: 44, 2A and A2. RGB value is (68,42,162). Sum of RGB (Red+Green+Blue) = 68+42+162=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #442AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442AA2 is #BBD55D. Grayscale: #3E3E3E. Windows color (decimal): -12309854 or 10627652. OLE color: 10627652.

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

Color convert

RGB6842162-
CMYK0.580.7400.36
HSL253º58.82%40%-
HSV(B)253º74.07%63.53%-
XYZ9.735.4934.73-
YUV63.45183.61131.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 162 (63.67% from 255) = 59.56%
R=25%
G=15.44%
B=59.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68421620.580.7400.3625358.8240
Hex442AA23A4A024fd3b28
Octal10452242721120443757350
Binary1000100101010101000101110101001010010010011111101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,42,162); }

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

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

 a { background-color: rgb(68,42,162); }

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

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

 span { border-color: rgb(68,42,162); }

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