#403CAE

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

Shades of Blue Gem #403CAE

Tints of Blue Gem #403CAE

Color information

#403CAE (or 0x403CAE) is unknown color: approx Blue Gem. HEX triplet: 40, 3C and AE. RGB value is (64,60,174). Sum of RGB (Red+Green+Blue) = 64+60+174=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #403CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CAE is #BFC351. Grayscale: #494949. Windows color (decimal): -12567378 or 11418688. OLE color: 11418688.

HSL color Cylindrical-coordinate representation of color #403CAE: hue angle of 242.11º 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 #403CAE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6460174-
CMYK0.630.6600.32
HSL242.11º48.72%45.88%-
HSV(B)242.11º65.52%68.24%-
XYZ11.377.3840.87-
YUV74.19184.33120.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=21.48%
G=20.13%
B=58.39%

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
Decimal64601740.630.6600.32242.1148.7245.88
Hex403CAE3F42020f2312e
Octal10074256771020403626156
Binary1000000111100101011101111111000010010000011110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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