#403B58

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

Shades of Jacarta #403B58

Tints of Jacarta #403B58

Color information

#403B58 (or 0x403B58) is unknown color: approx Jacarta. HEX triplet: 40, 3B and 58. RGB value is (64,59,88). Sum of RGB (Red+Green+Blue) = 64+59+88=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #403B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B58 is #BFC4A7. Grayscale: #3F3F3F. Windows color (decimal): -12567720 or 5782336. OLE color: 5782336.

HSL color Cylindrical-coordinate representation of color #403B58: hue angle of 250.34º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #403B58 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB645988-
CMYK0.270.3300.65
HSL250.34º19.73%28.82%-
HSV(B)250.34º32.95%34.51%-
XYZ5.444.929.9-
YUV63.8141.66128.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=30.33%
G=27.96%
B=41.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6459880.270.3300.65250.3419.7328.82
Hex403B581B21041fa141d
Octal10073130334101013722435
Binary100000011101110110001101110000101000001111110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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