#285072

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

Shades of Venice Blue #285072

Tints of Venice Blue #285072

Color information

#285072 (or 0x285072) is unknown color: approx Venice Blue. HEX triplet: 28, 50 and 72. RGB value is (40,80,114). Sum of RGB (Red+Green+Blue) = 40+80+114=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #285072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285072 is #D7AF8D. Grayscale: #474747. Windows color (decimal): -14135182 or 7491624. OLE color: 7491624.

HSL color Cylindrical-coordinate representation of color #285072: hue angle of 207.57º 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 #285072 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4080114-
CMYK0.650.3000.55
HSL207.57º48.05%30.2%-
HSV(B)207.57º64.91%44.71%-
XYZ6.787.416.99-
YUV71.92151.75105.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=17.09%
G=34.19%
B=48.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40801140.650.3000.55207.5748.0530.2
Hex285072411E037d0301e
Octal50120162101360673206036
Binary1010001010000111001010000011111001101111101000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285072; }

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

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

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

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

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

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

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

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