#403257

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

Shades of Jacarta #403257

Tints of Jacarta #403257

Color information

#403257 (or 0x403257) is unknown color: approx Jacarta. HEX triplet: 40, 32 and 57. RGB value is (64,50,87). Sum of RGB (Red+Green+Blue) = 64+50+87=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #403257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403257 is #BFCDA8. Grayscale: #3A3A3A. Windows color (decimal): -12570025 or 5714496. OLE color: 5714496.

HSL color Cylindrical-coordinate representation of color #403257: hue angle of 262.7º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #403257 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB645087-
CMYK0.260.4300.66
HSL262.7º27.01%26.86%-
HSV(B)262.7º42.53%34.12%-
XYZ4.984.069.54-
YUV58.4144.14131.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=31.84%
G=24.88%
B=43.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6450870.260.4300.66262.727.0126.86
Hex4032571A2B0421071b1b
Octal10062127325301024073333
Binary1000000110010101011111010101011010000101000001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403257; }

 p { color: rgb(64,50,87); }

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

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

 a { background-color: rgb(64,50,87); }

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

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

 span { border-color: rgb(64,50,87); }

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