#40334E

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

Shades of Jagger #40334E

Tints of Jagger #40334E

Color information

#40334E (or 0x40334E) is unknown color: approx Jagger. HEX triplet: 40, 33 and 4E. RGB value is (64,51,78). Sum of RGB (Red+Green+Blue) = 64+51+78=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #40334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40334E is #BFCCB1. Grayscale: #393939. Windows color (decimal): -12569778 or 5124928. OLE color: 5124928.

HSL color Cylindrical-coordinate representation of color #40334E: hue angle of 268.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40334E is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645178-
CMYK0.180.3500.69
HSL268.89º20.93%25.29%-
HSV(B)268.89º34.62%30.59%-
XYZ4.674.017.73-
YUV57.96139.31132.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=33.16%
G=26.42%
B=40.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6451780.180.3500.69268.8920.9325.29
Hex40334E122304510d1519
Octal10063116224301054152531
Binary1000000110011100111010010100011010001011000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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