#442CAF

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

Shades of Blue Gem #442CAF

Tints of Blue Gem #442CAF

Color information

#442CAF (or 0x442CAF) is unknown color: approx Blue Gem. HEX triplet: 44, 2C and AF. RGB value is (68,44,175). Sum of RGB (Red+Green+Blue) = 68+44+175=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #442CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CAF is #BBD350. Grayscale: #414141. Windows color (decimal): -12309329 or 11480132. OLE color: 11480132.

HSL color Cylindrical-coordinate representation of color #442CAF: hue angle of 250.99º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442CAF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6844175-
CMYK0.610.7500.31
HSL250.99º59.82%42.94%-
HSV(B)250.99º74.86%68.63%-
XYZ11.026.1341.16-
YUV66.11189.45129.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=23.69%
G=15.33%
B=60.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68441750.610.7500.31250.9959.8242.94
Hex442CAF3D4B01Ffb3c2b
Octal10454257751130373737453
Binary100010010110010101111111101100101101111111111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,175); }

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

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

 a { background-color: rgb(68,44,175); }

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

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

 span { border-color: rgb(68,44,175); }

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