#433348

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

Shades of Bossanova #433348

Tints of Bossanova #433348

Color information

#433348 (or 0x433348) is unknown color: approx Bossanova. HEX triplet: 43, 33 and 48. RGB value is (67,51,72). Sum of RGB (Red+Green+Blue) = 67+51+72=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #433348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433348 is #BCCCB7. Grayscale: #3A3A3A. Windows color (decimal): -12373176 or 4731715. OLE color: 4731715.

HSL color Cylindrical-coordinate representation of color #433348: hue angle of 285.71º 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 #433348 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB675172-
CMYK0.070.2900.72
HSL285.71º17.07%24.12%-
HSV(B)285.71º29.17%28.24%-
XYZ4.674.036.66-
YUV58.18135.8134.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=35.26%
G=26.84%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6751720.070.2900.72285.7117.0724.12
Hex43334871D04811e1118
Octal1036311073501104362130
Binary1000011110011100100011111101010010001000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433348; }

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

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

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

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

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

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

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

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