#40354D

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

Shades of Jagger #40354D

Tints of Jagger #40354D

Color information

#40354D (or 0x40354D) is unknown color: approx Jagger. HEX triplet: 40, 35 and 4D. RGB value is (64,53,77). Sum of RGB (Red+Green+Blue) = 64+53+77=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #40354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40354D is #BFCAB2. Grayscale: #3A3A3A. Windows color (decimal): -12569267 or 5059904. OLE color: 5059904.

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

Color convert

RGB645377-
CMYK0.170.3100.70
HSL267.5º18.46%25.49%-
HSV(B)267.5º31.17%30.2%-
XYZ4.734.177.58-
YUV59.02138.14131.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=32.99%
G=27.32%
B=39.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6453770.170.3100.70267.518.4625.49
Hex40354D111F04610c1219
Octal10065115213701064142231
Binary100000011010110011011000111111010001101000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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