#285273

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

Shades of Venice Blue #285273

Tints of Venice Blue #285273

Color information

#285273 (or 0x285273) is unknown color: approx Venice Blue. HEX triplet: 28, 52 and 73. RGB value is (40,82,115). Sum of RGB (Red+Green+Blue) = 40+82+115=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #285273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285273 is #D7AD8C. Grayscale: #494949. Windows color (decimal): -14134669 or 7557672. OLE color: 7557672.

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

Color convert

RGB4082115-
CMYK0.650.2900.55
HSL206.4º48.39%30.39%-
HSV(B)206.4º65.22%45.1%-
XYZ6.997.7217.34-
YUV73.2151.59104.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=16.88%
G=34.60%
B=48.52%

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
Decimal40821150.650.2900.55206.448.3930.39
Hex285273411D037ce301e
Octal50122163101350673166036
Binary1010001010010111001110000011110101101111100111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285273; }

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

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

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

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

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

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

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

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