#43344F

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

Shades of Jagger #43344F

Tints of Jagger #43344F

Color information

#43344F (or 0x43344F) is unknown color: approx Jagger. HEX triplet: 43, 34 and 4F. RGB value is (67,52,79). Sum of RGB (Red+Green+Blue) = 67+52+79=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #43344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43344F is #BCCBB0. Grayscale: #3B3B3B. Windows color (decimal): -12372913 or 5190723. OLE color: 5190723.

HSL color Cylindrical-coordinate representation of color #43344F: hue angle of 273.33º 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 #43344F is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB675279-
CMYK0.150.3400.69
HSL273.33º20.61%25.69%-
HSV(B)273.33º34.18%30.98%-
XYZ4.954.217.95-
YUV59.56138.97133.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=33.84%
G=26.26%
B=39.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6752790.150.3400.69273.3320.6125.69
Hex43344FF22045111151a
Octal10364117174201054212532
Binary100001111010010011111111100010010001011000100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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