#402BB0

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

Shades of Blue Gem #402BB0

Tints of Blue Gem #402BB0

Color information

#402BB0 (or 0x402BB0) is unknown color: approx Blue Gem. HEX triplet: 40, 2B and B0. RGB value is (64,43,176). Sum of RGB (Red+Green+Blue) = 64+43+176=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 176 (69.14% from 255 or 62.19% from 283); Max value from RGB is 176 - color contains mainly: blue. Hex color #402BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402BB0 is #BFD44F. Grayscale: #3F3F3F. Windows color (decimal): -12571728 or 11545408. OLE color: 11545408.

HSL color Cylindrical-coordinate representation of color #402BB0: hue angle of 249.47º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402BB0 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6443176-
CMYK0.640.7600.31
HSL249.47º60.73%42.94%-
HSV(B)249.47º75.57%69.02%-
XYZ10.815.9541.65-
YUV64.44190.96127.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 176 (69.14% from 255) = 62.19%
R=22.61%
G=15.19%
B=62.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64431760.640.7600.31249.4760.7342.94
Hex402BB0404C01Ff93d2b
Octal100532601001140373717553
Binary1000000101011101100001000000100110001111111111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,176); }

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

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

 a { background-color: rgb(64,43,176); }

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

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

 span { border-color: rgb(64,43,176); }

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