#403660

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

Shades of Jacarta #403660

Tints of Jacarta #403660

Color information

#403660 (or 0x403660) is unknown color: approx Jacarta. HEX triplet: 40, 36 and 60. RGB value is (64,54,96). Sum of RGB (Red+Green+Blue) = 64+54+96=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #403660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403660 is #BFC99F. Grayscale: #3D3D3D. Windows color (decimal): -12568992 or 6305344. OLE color: 6305344.

HSL color Cylindrical-coordinate representation of color #403660: hue angle of 254.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403660 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB645496-
CMYK0.330.4400.62
HSL254.29º28%29.41%-
HSV(B)254.29º43.75%37.65%-
XYZ5.544.5711.66-
YUV61.78147.31129.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=29.91%
G=25.23%
B=44.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6454960.330.4400.62254.292829.41
Hex403660212C03Efe1c1d
Octal1006614041540763763435
Binary100000011011011000001000011011000111110111111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403660; }

 p { color: rgb(64,54,96); }

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

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

 a { background-color: rgb(64,54,96); }

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

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

 span { border-color: rgb(64,54,96); }

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