#28486F

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

Shades of Venice Blue #28486F

Tints of Venice Blue #28486F

Color information

#28486F (or 0x28486F) is unknown color: approx Venice Blue. HEX triplet: 28, 48 and 6F. RGB value is (40,72,111). Sum of RGB (Red+Green+Blue) = 40+72+111=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #28486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28486F is #D7B790. Grayscale: #424242. Windows color (decimal): -14137233 or 7292968. OLE color: 7292968.

HSL color Cylindrical-coordinate representation of color #28486F: hue angle of 212.96º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28486F is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4072111-
CMYK0.640.3500.56
HSL212.96º47.02%29.61%-
HSV(B)212.96º63.96%43.53%-
XYZ6.066.2315.92-
YUV66.88152.9108.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=17.94%
G=32.29%
B=49.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40721110.640.3500.56212.9647.0229.61
Hex28486F4023038d52f1e
Octal50110157100430703255736
Binary10100010010001101111100000010001101110001101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,72,111); }

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

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

 a { background-color: rgb(40,72,111); }

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

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

 span { border-color: rgb(40,72,111); }

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