#442C8E

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

Shades of Blue Gem #442C8E

Tints of Blue Gem #442C8E

Color information

#442C8E (or 0x442C8E) is unknown color: approx Blue Gem. HEX triplet: 44, 2C and 8E. RGB value is (68,44,142). Sum of RGB (Red+Green+Blue) = 68+44+142=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #442C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C8E is #BBD371. Grayscale: #3D3D3D. Windows color (decimal): -12309362 or 9317444. OLE color: 9317444.

HSL color Cylindrical-coordinate representation of color #442C8E: hue angle of 254.69º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442C8E is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6844142-
CMYK0.520.6900.44
HSL254.69º52.69%36.47%-
HSV(B)254.69º69.01%55.69%-
XYZ8.174.9826.12-
YUV62.35172.95132.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=26.77%
G=17.32%
B=55.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68441420.520.6900.44254.6952.6936.47
Hex442C8E344502Cff3524
Octal10454216641050543776544
Binary1000100101100100011101101001000101010110011111111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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