#442DAB

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

Shades of Blue Gem #442DAB

Tints of Blue Gem #442DAB

Color information

#442DAB (or 0x442DAB) is unknown color: approx Blue Gem. HEX triplet: 44, 2D and AB. RGB value is (68,45,171). Sum of RGB (Red+Green+Blue) = 68+45+171=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #442DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DAB is #BBD254. Grayscale: #414141. Windows color (decimal): -12309077 or 11218244. OLE color: 11218244.

HSL color Cylindrical-coordinate representation of color #442DAB: hue angle of 250.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442DAB is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6845171-
CMYK0.600.7400.33
HSL250.95º58.33%42.35%-
HSV(B)250.95º73.68%67.06%-
XYZ10.676.0539.13-
YUV66.24187.12129.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 45 (17.97% from 255) = 15.85%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=23.94%
G=15.85%
B=60.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68451710.600.7400.33250.9558.3342.35
Hex442DAB3C4A021fb3a2a
Octal10455253741120413737252
Binary1000100101101101010111111001001010010000111111011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,45,171); }

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

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

 a { background-color: rgb(68,45,171); }

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

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

 span { border-color: rgb(68,45,171); }

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