#443348

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

Shades of Bossanova #443348

Tints of Bossanova #443348

Color information

#443348 (or 0x443348) is unknown color: approx Bossanova. HEX triplet: 44, 33 and 48. RGB value is (68,51,72). Sum of RGB (Red+Green+Blue) = 68+51+72=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #443348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443348 is #BBCCB7. Grayscale: #3A3A3A. Windows color (decimal): -12307640 or 4731716. OLE color: 4731716.

HSL color Cylindrical-coordinate representation of color #443348: hue angle of 288.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #443348 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB685172-
CMYK0.060.2900.72
HSL288.57º17.07%24.12%-
HSV(B)288.57º29.17%28.24%-
XYZ4.744.066.67-
YUV58.48135.63134.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=35.60%
G=26.70%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6851720.060.2900.72288.5717.0724.12
Hex44334861D0481211118
Octal1046311063501104412130
Binary1000100110011100100011011101010010001001000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443348; }

 p { color: rgb(68,51,72); }

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

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

 a { background-color: rgb(68,51,72); }

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

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

 span { border-color: rgb(68,51,72); }

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