#40344B

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

Shades of Jagger #40344B

Tints of Jagger #40344B

Color information

#40344B (or 0x40344B) is unknown color: approx Jagger. HEX triplet: 40, 34 and 4B. RGB value is (64,52,75). Sum of RGB (Red+Green+Blue) = 64+52+75=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #40344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40344B is #BFCBB4. Grayscale: #3A3A3A. Windows color (decimal): -12569525 or 4928576. OLE color: 4928576.

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

Color convert

RGB645275-
CMYK0.150.3100.71
HSL271.3º18.11%24.9%-
HSV(B)271.3º30.67%29.41%-
XYZ4.614.057.2-
YUV58.21137.48132.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=33.51%
G=27.23%
B=39.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6452750.150.3100.71271.318.1124.9
Hex40344BF1F04710f1219
Octal10064113173701074172231
Binary10000001101001001011111111111010001111000011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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