#402EA9

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

Shades of Blue Gem #402EA9

Tints of Blue Gem #402EA9

Color information

#402EA9 (or 0x402EA9) is unknown color: approx Blue Gem. HEX triplet: 40, 2E and A9. RGB value is (64,46,169). Sum of RGB (Red+Green+Blue) = 64+46+169=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #402EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402EA9 is #BFD156. Grayscale: #404040. Windows color (decimal): -12570967 or 11087424. OLE color: 11087424.

HSL color Cylindrical-coordinate representation of color #402EA9: hue angle of 248.78º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402EA9 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6446169-
CMYK0.620.7300.34
HSL248.78º57.21%42.16%-
HSV(B)248.78º72.78%66.27%-
XYZ10.255.9138.14-
YUV65.4186.46127-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 169 (66.41% from 255) = 60.57%
R=22.94%
G=16.49%
B=60.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64461690.620.7300.34248.7857.2142.16
Hex402EA93E49022f9392a
Octal10056251761110423717152
Binary1000000101110101010011111101001001010001011111001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402EA9; }

 p { color: rgb(64,46,169); }

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

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

 a { background-color: rgb(64,46,169); }

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

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

 span { border-color: rgb(64,46,169); }

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