#285172

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

Shades of Venice Blue #285172

Tints of Venice Blue #285172

Color information

#285172 (or 0x285172) is unknown color: approx Venice Blue. HEX triplet: 28, 51 and 72. RGB value is (40,81,114). Sum of RGB (Red+Green+Blue) = 40+81+114=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #285172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285172 is #D7AE8D. Grayscale: #484848. Windows color (decimal): -14134926 or 7491880. OLE color: 7491880.

HSL color Cylindrical-coordinate representation of color #285172: hue angle of 206.76º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285172 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4081114-
CMYK0.650.2900.55
HSL206.76º48.05%30.2%-
HSV(B)206.76º64.91%44.71%-
XYZ6.857.5517.02-
YUV72.5151.42104.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=17.02%
G=34.47%
B=48.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40811140.650.2900.55206.7648.0530.2
Hex285172411D037cf301e
Octal50121162101350673176036
Binary1010001010001111001010000011110101101111100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285172; }

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

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

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

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

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

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

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

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