#403554

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

Shades of Jacarta #403554

Tints of Jacarta #403554

Color information

#403554 (or 0x403554) is unknown color: approx Jacarta. HEX triplet: 40, 35 and 54. RGB value is (64,53,84). Sum of RGB (Red+Green+Blue) = 64+53+84=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #403554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403554 is #BFCAAB. Grayscale: #3B3B3B. Windows color (decimal): -12569260 or 5518656. OLE color: 5518656.

HSL color Cylindrical-coordinate representation of color #403554: hue angle of 261.29º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #403554 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB645384-
CMYK0.240.3700.67
HSL261.29º22.63%26.86%-
HSV(B)261.29º36.9%32.94%-
XYZ4.994.288.95-
YUV59.82141.64130.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=31.84%
G=26.37%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6453840.240.3700.67261.2922.6326.86
Hex4035541825043105171b
Octal10065124304501034052733
Binary1000000110101101010011000100101010000111000001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403554; }

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

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

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

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

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

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

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

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