#402B8E

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

Shades of Blue Gem #402B8E

Tints of Blue Gem #402B8E

Color information

#402B8E (or 0x402B8E) is unknown color: approx Blue Gem. HEX triplet: 40, 2B and 8E. RGB value is (64,43,142). Sum of RGB (Red+Green+Blue) = 64+43+142=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #402B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402B8E is #BFD471. Grayscale: #3C3C3C. Windows color (decimal): -12571762 or 9317184. OLE color: 9317184.

HSL color Cylindrical-coordinate representation of color #402B8E: hue angle of 252.73º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402B8E is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6443142-
CMYK0.550.7000.44
HSL252.73º53.51%36.27%-
HSV(B)252.73º69.72%55.69%-
XYZ7.864.7726.1-
YUV60.56173.96130.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=25.70%
G=17.27%
B=57.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64431420.550.7000.44252.7353.5136.27
Hex402B8E374602Cfd3624
Octal10053216671060543756644
Binary1000000101011100011101101111000110010110011111101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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