#442A9E

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

Shades of Blue Gem #442A9E

Tints of Blue Gem #442A9E

Color information

#442A9E (or 0x442A9E) is unknown color: approx Blue Gem. HEX triplet: 44, 2A and 9E. RGB value is (68,42,158). Sum of RGB (Red+Green+Blue) = 68+42+158=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #442A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A9E is #BBD561. Grayscale: #3E3E3E. Windows color (decimal): -12309858 or 10365508. OLE color: 10365508.

HSL color Cylindrical-coordinate representation of color #442A9E: hue angle of 253.45º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442A9E is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6842158-
CMYK0.570.7300.38
HSL253.45º58%39.22%-
HSV(B)253.45º73.42%61.96%-
XYZ9.385.3532.89-
YUV63181.61131.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=25.37%
G=15.67%
B=58.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68421580.570.7300.38253.455839.22
Hex442A9E3949026fd3a27
Octal10452236711110463757247
Binary1000100101010100111101110011001001010011011111101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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