#40354C

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

Shades of Jagger #40354C

Tints of Jagger #40354C

Color information

#40354C (or 0x40354C) is unknown color: approx Jagger. HEX triplet: 40, 35 and 4C. RGB value is (64,53,76). Sum of RGB (Red+Green+Blue) = 64+53+76=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #40354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40354C is #BFCAB3. Grayscale: #3A3A3A. Windows color (decimal): -12569268 or 4994368. OLE color: 4994368.

HSL color Cylindrical-coordinate representation of color #40354C: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40354C is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB645376-
CMYK0.160.3000.70
HSL268.7º17.83%25.29%-
HSV(B)268.7º30.26%29.8%-
XYZ4.694.167.39-
YUV58.91137.64131.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=33.16%
G=27.46%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6453760.160.3000.70268.717.8325.29
Hex40354C101E04610d1219
Octal10065114203601064152231
Binary100000011010110011001000011110010001101000011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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