#402994

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

Shades of Blue Gem #402994

Tints of Blue Gem #402994

Color information

#402994 (or 0x402994) is unknown color: approx Blue Gem. HEX triplet: 40, 29 and 94. RGB value is (64,41,148). Sum of RGB (Red+Green+Blue) = 64+41+148=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #402994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402994 is #BFD66B. Grayscale: #3B3B3B. Windows color (decimal): -12572268 or 9709888. OLE color: 9709888.

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

Color convert

RGB6441148-
CMYK0.570.7200.42
HSL252.9º56.61%37.06%-
HSV(B)252.9º72.3%58.04%-
XYZ8.254.8128.51-
YUV60.08177.62130.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=25.30%
G=16.21%
B=58.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64411480.570.7200.42252.956.6137.06
Hex402994394802Afd3925
Octal10051224711100523757145
Binary1000000101001100101001110011001000010101011111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402994; }

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

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

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

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

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

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

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

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