#40344F

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

Shades of Jagger #40344F

Tints of Jagger #40344F

Color information

#40344F (or 0x40344F) is unknown color: approx Jagger. HEX triplet: 40, 34 and 4F. RGB value is (64,52,79). Sum of RGB (Red+Green+Blue) = 64+52+79=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #40344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40344F is #BFCBB0. Grayscale: #3A3A3A. Windows color (decimal): -12569521 or 5190720. OLE color: 5190720.

HSL color Cylindrical-coordinate representation of color #40344F: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40344F is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645279-
CMYK0.190.3400.69
HSL266.67º20.61%25.69%-
HSV(B)266.67º34.18%30.98%-
XYZ4.754.117.94-
YUV58.67139.48131.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=32.82%
G=26.67%
B=40.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6452790.190.3400.69266.6720.6125.69
Hex40344F132204510b151a
Octal10064117234201054132532
Binary1000000110100100111110011100010010001011000010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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