#403BAE

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

Shades of Blue Gem #403BAE

Tints of Blue Gem #403BAE

Color information

#403BAE (or 0x403BAE) is unknown color: approx Blue Gem. HEX triplet: 40, 3B and AE. RGB value is (64,59,174). Sum of RGB (Red+Green+Blue) = 64+59+174=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #403BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403BAE is #BFC451. Grayscale: #494949. Windows color (decimal): -12567634 or 11418432. OLE color: 11418432.

HSL color Cylindrical-coordinate representation of color #403BAE: hue angle of 242.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403BAE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6459174-
CMYK0.630.6600.32
HSL242.61º49.36%45.69%-
HSV(B)242.61º66.09%68.24%-
XYZ11.327.2740.85-
YUV73.6184.66121.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=21.55%
G=19.87%
B=58.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64591740.630.6600.32242.6149.3645.69
Hex403BAE3F42020f3312e
Octal10073256771020403636156
Binary1000000111011101011101111111000010010000011110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403BAE; }

 p { color: rgb(64,59,174); }

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

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

 a { background-color: rgb(64,59,174); }

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

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

 span { border-color: rgb(64,59,174); }

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