#40374B

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

Shades of Jagger #40374B

Tints of Jagger #40374B

Color information

#40374B (or 0x40374B) is unknown color: approx Jagger. HEX triplet: 40, 37 and 4B. RGB value is (64,55,75). Sum of RGB (Red+Green+Blue) = 64+55+75=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #40374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40374B is #BFC8B4. Grayscale: #3B3B3B. Windows color (decimal): -12568757 or 4929344. OLE color: 4929344.

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

Color convert

RGB645575-
CMYK0.150.2700.71
HSL267º15.38%25.49%-
HSV(B)267º26.67%29.41%-
XYZ4.754.337.24-
YUV59.97136.48130.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=32.99%
G=28.35%
B=38.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6455750.150.2700.7126715.3825.49
Hex40374BF1B04710bf19
Octal10067113173301074131731
Binary1000000110111100101111111101101000111100001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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