#442894

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

Shades of Blue Gem #442894

Tints of Blue Gem #442894

Color information

#442894 (or 0x442894) is unknown color: approx Blue Gem. HEX triplet: 44, 28 and 94. RGB value is (68,40,148). Sum of RGB (Red+Green+Blue) = 68+40+148=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #442894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442894 is #BBD76B. Grayscale: #3C3C3C. Windows color (decimal): -12310380 or 9709636. OLE color: 9709636.

HSL color Cylindrical-coordinate representation of color #442894: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442894 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6840148-
CMYK0.540.7300.42
HSL255.56º57.45%36.86%-
HSV(B)255.56º72.97%58.04%-
XYZ8.494.8828.51-
YUV60.68177.28133.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=26.56%
G=15.62%
B=57.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68401480.540.7300.42255.5657.4536.86
Hex442894364902A1003925
Octal10450224661110524007145
Binary10001001010001001010011011010010010101010100000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442894; }

 p { color: rgb(68,40,148); }

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

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

 a { background-color: rgb(68,40,148); }

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

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

 span { border-color: rgb(68,40,148); }

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