#40344D

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

Shades of Jagger #40344D

Tints of Jagger #40344D

Color information

#40344D (or 0x40344D) is unknown color: approx Jagger. HEX triplet: 40, 34 and 4D. RGB value is (64,52,77). Sum of RGB (Red+Green+Blue) = 64+52+77=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #40344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40344D is #BFCBB2. Grayscale: #3A3A3A. Windows color (decimal): -12569523 or 5059648. OLE color: 5059648.

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

Color convert

RGB645277-
CMYK0.170.3200.70
HSL268.8º19.38%25.29%-
HSV(B)268.8º32.47%30.2%-
XYZ4.684.087.56-
YUV58.44138.48131.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=33.16%
G=26.94%
B=39.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6452770.170.3200.70268.819.3825.29
Hex40344D112004610d1319
Octal10064115214001064152331
Binary1000000110100100110110001100000010001101000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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