#403855

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

Shades of Jacarta #403855

Tints of Jacarta #403855

Color information

#403855 (or 0x403855) is unknown color: approx Jacarta. HEX triplet: 40, 38 and 55. RGB value is (64,56,85). Sum of RGB (Red+Green+Blue) = 64+56+85=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #403855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403855 is #BFC7AA. Grayscale: #3D3D3D. Windows color (decimal): -12568491 or 5584960. OLE color: 5584960.

HSL color Cylindrical-coordinate representation of color #403855: hue angle of 256.55º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403855 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB645685-
CMYK0.250.3400.67
HSL256.55º20.57%27.65%-
HSV(B)256.55º34.12%33.33%-
XYZ5.174.579.2-
YUV61.7141.15129.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=31.22%
G=27.32%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6456850.250.3400.67256.5520.5727.65
Hex4038551922043101151c
Octal10070125314201034012534
Binary1000000111000101010111001100010010000111000000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403855; }

 p { color: rgb(64,56,85); }

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

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

 a { background-color: rgb(64,56,85); }

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

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

 span { border-color: rgb(64,56,85); }

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