#28517B

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

Shades of Venice Blue #28517B

Tints of Venice Blue #28517B

Color information

#28517B (or 0x28517B) is unknown color: approx Venice Blue. HEX triplet: 28, 51 and 7B. RGB value is (40,81,123). Sum of RGB (Red+Green+Blue) = 40+81+123=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #28517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28517B is #D7AE84. Grayscale: #494949. Windows color (decimal): -14134917 or 8081704. OLE color: 8081704.

HSL color Cylindrical-coordinate representation of color #28517B: hue angle of 210.36º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28517B is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4081123-
CMYK0.670.3400.52
HSL210.36º50.92%31.96%-
HSV(B)210.36º67.48%48.24%-
XYZ7.397.7719.85-
YUV73.53155.92104.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=16.39%
G=33.20%
B=50.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40811230.670.3400.52210.3650.9231.96
Hex28517B4322034d23320
Octal50121173103420643226340
Binary101000101000111110111000011100010011010011010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28517B; }

 p { color: rgb(40,81,123); }

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

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

 a { background-color: rgb(40,81,123); }

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

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

 span { border-color: rgb(40,81,123); }

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