Html Css Color HEX #285573 Venice Blue

📋 copy color: '#285573'

red 40 ◦ green 85 ◦ blue 115

#285573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #285573

Tints of Venice Blue #285573

RGB

 RED value IS 40 (16.02% from 255) = 16.67%

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 16.67%
G = 35.42%
B = 47.92%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285573 (or 0x285573) is known color: Venice Blue. HEX triplet: 28, 55 and 73. RGB value is (40,85,115). Sum of RGB (Red+Green+Blue) = 40+85+115=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #285573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285573 is #D7AA8C. Grayscale: #4A4A4A. Windows color (decimal): -14133901 or 7558440. OLE color: 7558440.

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

Color convert

RGB 40 85 115 -
CMYK 0.65 0.26 0 0.55
HSL 204º 0.48% 0.3% -
HSV(B) 204º 0.65% 0.45% -
XYZ 7.22 8.19 17.42 -
YUV 74.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 40 85 115 0.65 0.26 0 0.55 204 0.48 0.3
Hex 28 55 73 41 1A 0 37 CC 30 1E
Octal 50 125 163 101 32 0 67 314 60 36
Binary 101000 1010101 1110011 1000001 11010 0 110111 11001100 110000 11110

Color Harmonies of #285573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285573

Black with #285573

Text Example


Text Example

White with #285573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285573; }

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

 H1.HeaderClassName
 {
   color: #285573;
 }
 .AnyTagClassName
 {
   color: #285573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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