#40364B

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

Shades of Jagger #40364B

Tints of Jagger #40364B

Color information

#40364B (or 0x40364B) is unknown color: approx Jagger. HEX triplet: 40, 36 and 4B. RGB value is (64,54,75). Sum of RGB (Red+Green+Blue) = 64+54+75=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #40364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40364B is #BFC9B4. Grayscale: #3B3B3B. Windows color (decimal): -12569013 or 4929088. OLE color: 4929088.

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

Color convert

RGB645475-
CMYK0.150.2800.71
HSL268.57º16.28%25.29%-
HSV(B)268.57º28%29.41%-
XYZ4.74.247.23-
YUV59.38136.81131.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=33.16%
G=27.98%
B=38.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6454750.150.2800.71268.5716.2825.29
Hex40364BF1C04710d1019
Octal10066113173401074152031
Binary10000001101101001011111111100010001111000011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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