Html Css Color HEX #285173 Venice Blue

📋 copy color: '#285173'

red 40 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #285173

Tints of Venice Blue #285173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

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

R = 16.95%
G = 34.32%
B = 48.73%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285173 (or 0x285173) is known color: Venice Blue. HEX triplet: 28, 51 and 73. RGB value is (40,81,115). Sum of RGB (Red+Green+Blue) = 40+81+115=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #285173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285173 is #D7AE8C. Grayscale: #484848. Windows color (decimal): -14134925 or 7557416. OLE color: 7557416.

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

Color convert

RGB 40 81 115 -
CMYK 0.65 0.30 0 0.55
HSL 207.2º 0.48% 0.3% -
HSV(B) 207.2º 0.65% 0.45% -
XYZ 6.91 7.57 17.32 -
YUV 72.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 40 81 115 0.65 0.30 0 0.55 207.2 0.48 0.3
Hex 28 51 73 41 1E 0 37 CF 30 1E
Octal 50 121 163 101 36 0 67 317 60 36
Binary 101000 1010001 1110011 1000001 11110 0 110111 11001111 110000 11110

Color Harmonies of #285173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285173

Black with #285173

Text Example


Text Example

White with #285173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285173; }

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

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

background-color css

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

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

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

border-color css

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

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

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