#403DA6

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

Shades of Blue Gem #403DA6

Tints of Blue Gem #403DA6

Color information

#403DA6 (or 0x403DA6) is unknown color: approx Blue Gem. HEX triplet: 40, 3D and A6. RGB value is (64,61,166). Sum of RGB (Red+Green+Blue) = 64+61+166=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #403DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DA6 is #BFC259. Grayscale: #494949. Windows color (decimal): -12567130 or 10894656. OLE color: 10894656.

HSL color Cylindrical-coordinate representation of color #403DA6: hue angle of 241.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #403DA6 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6461166-
CMYK0.610.6300.35
HSL241.71º46.26%44.51%-
HSV(B)241.71º63.25%65.1%-
XYZ10.677.1836.9-
YUV73.87179.99120.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 61 (24.22% from 255) = 20.96%
BLUE value IS 166 (65.23% from 255) = 57.04%
R=21.99%
G=20.96%
B=57.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64611660.610.6300.35241.7146.2644.51
Hex403DA63D3F023f22e2d
Octal1007524675770433625655
Binary100000011110110100110111101111111010001111110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,166); }

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

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

 a { background-color: rgb(64,61,166); }

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

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

 span { border-color: rgb(64,61,166); }

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