#40334A

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

Shades of Jagger #40334A

Tints of Jagger #40334A

Color information

#40334A (or 0x40334A) is unknown color: approx Jagger. HEX triplet: 40, 33 and 4A. RGB value is (64,51,74). Sum of RGB (Red+Green+Blue) = 64+51+74=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #40334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40334A is #BFCCB5. Grayscale: #393939. Windows color (decimal): -12569782 or 4862784. OLE color: 4862784.

HSL color Cylindrical-coordinate representation of color #40334A: hue angle of 273.91º 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 #40334A is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB645174-
CMYK0.140.3100.71
HSL273.91º18.4%24.51%-
HSV(B)273.91º31.08%29.02%-
XYZ4.533.957-
YUV57.51137.31132.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=33.86%
G=26.98%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6451740.140.3100.71273.9118.424.51
Hex40334AE1F0471121219
Octal10063112163701074222231
Binary10000001100111001010111011111010001111000100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40334A; }

 p { color: rgb(64,51,74); }

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

<style>
 a { background-color: #40334A; }

 a { background-color: rgb(64,51,74); }

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

<style>
 span { border-color: #40334A; }

 span { border-color: rgb(64,51,74); }

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