#402894

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

Shades of Blue Gem #402894

Tints of Blue Gem #402894

Color information

#402894 (or 0x402894) is unknown color: approx Blue Gem. HEX triplet: 40, 28 and 94. RGB value is (64,40,148). Sum of RGB (Red+Green+Blue) = 64+40+148=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #402894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402894 is #BFD76B. Grayscale: #3B3B3B. Windows color (decimal): -12572524 or 9709632. OLE color: 9709632.

HSL color Cylindrical-coordinate representation of color #402894: hue angle of 253.33º 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 #402894 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6440148-
CMYK0.570.7300.42
HSL253.33º57.45%36.86%-
HSV(B)253.33º72.97%58.04%-
XYZ8.224.7528.5-
YUV59.49177.95131.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=25.40%
G=15.87%
B=58.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64401480.570.7300.42253.3357.4536.86
Hex402894394902Afd3925
Octal10050224711110523757145
Binary1000000101000100101001110011001001010101011111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402894; }

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

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

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

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

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

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

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

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