#28527D

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

Shades of Venice Blue #28527D

Tints of Venice Blue #28527D

Color information

#28527D (or 0x28527D) is unknown color: approx Venice Blue. HEX triplet: 28, 52 and 7D. RGB value is (40,82,125). Sum of RGB (Red+Green+Blue) = 40+82+125=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #28527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28527D is #D7AD82. Grayscale: #4A4A4A. Windows color (decimal): -14134659 or 8213032. OLE color: 8213032.

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

Color convert

RGB4082125-
CMYK0.680.3400.51
HSL210.35º51.52%32.35%-
HSV(B)210.35º68%49.02%-
XYZ7.597.9720.54-
YUV74.34156.59103.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=16.19%
G=33.20%
B=50.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40821250.680.3400.51210.3551.5232.35
Hex28527D4422033d23420
Octal50122175104420633226440
Binary101000101001011111011000100100010011001111010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28527D; }

 p { color: rgb(40,82,125); }

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

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

 a { background-color: rgb(40,82,125); }

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

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

 span { border-color: rgb(40,82,125); }

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