#40354B

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

Shades of Jagger #40354B

Tints of Jagger #40354B

Color information

#40354B (or 0x40354B) is unknown color: approx Jagger. HEX triplet: 40, 35 and 4B. RGB value is (64,53,75). Sum of RGB (Red+Green+Blue) = 64+53+75=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #40354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40354B is #BFCAB4. Grayscale: #3A3A3A. Windows color (decimal): -12569269 or 4928832. OLE color: 4928832.

HSL color Cylindrical-coordinate representation of color #40354B: hue angle of 270º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40354B is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB645375-
CMYK0.150.2900.71
HSL270º17.19%25.1%-
HSV(B)270º29.33%29.41%-
XYZ4.664.147.21-
YUV58.8137.14131.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=33.33%
G=27.60%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6453750.150.2900.7127017.1925.1
Hex40354BF1D04710e1119
Octal10065113173501074162131
Binary10000001101011001011111111101010001111000011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40354B; }

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

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

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

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

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

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

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

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