#403357

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

Shades of Jacarta #403357

Tints of Jacarta #403357

Color information

#403357 (or 0x403357) is unknown color: approx Jacarta. HEX triplet: 40, 33 and 57. RGB value is (64,51,87). Sum of RGB (Red+Green+Blue) = 64+51+87=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #403357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403357 is #BFCCA8. Grayscale: #3A3A3A. Windows color (decimal): -12569769 or 5714752. OLE color: 5714752.

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

Color convert

RGB645187-
CMYK0.260.4100.66
HSL261.67º26.09%27.06%-
HSV(B)261.67º41.38%34.12%-
XYZ5.024.159.55-
YUV58.99143.81131.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=31.68%
G=25.25%
B=43.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6451870.260.4100.66261.6726.0927.06
Hex4033571A290421061a1b
Octal10063127325101024063233
Binary1000000110011101011111010101001010000101000001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403357; }

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

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

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

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

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

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

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

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