#403599

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

Shades of Blue Gem #403599

Tints of Blue Gem #403599

Color information

#403599 (or 0x403599) is unknown color: approx Blue Gem. HEX triplet: 40, 35 and 99. RGB value is (64,53,153). Sum of RGB (Red+Green+Blue) = 64+53+153=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #403599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403599 is #BFCA66. Grayscale: #434343. Windows color (decimal): -12569191 or 10040640. OLE color: 10040640.

HSL color Cylindrical-coordinate representation of color #403599: hue angle of 246.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403599 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6453153-
CMYK0.580.6500.4
HSL246.6º48.54%40.39%-
HSV(B)246.6º65.36%60%-
XYZ9.145.9430.8-
YUV67.69176.14125.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=23.70%
G=19.63%
B=56.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64531530.580.6500.4246.648.5440.39
Hex4035993A41028f73128
Octal10065231721010503676150
Binary1000000110101100110011110101000001010100011110111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403599; }

 p { color: rgb(64,53,153); }

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

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

 a { background-color: rgb(64,53,153); }

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

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

 span { border-color: rgb(64,53,153); }

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