Html Css Color HEX #284873 Venice Blue

📋 copy color: '#284873'

red 40 ◦ green 72 ◦ blue 115

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

Shades of Venice Blue #284873

Tints of Venice Blue #284873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 17.62%
G = 31.72%
B = 50.66%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284873 (or 0x284873) is known color: Venice Blue. HEX triplet: 28, 48 and 73. RGB value is (40,72,115). Sum of RGB (Red+Green+Blue) = 40+72+115=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #284873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284873 is #D7B78C. Grayscale: #434343. Windows color (decimal): -14137229 or 7555112. OLE color: 7555112.

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

Color convert

RGB 40 72 115 -
CMYK 0.65 0.37 0 0.55
HSL 214.4º 0.48% 0.3% -
HSV(B) 214.4º 0.65% 0.45% -
XYZ 6.29 6.32 17.11 -
YUV 67.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 40 72 115 0.65 0.37 0 0.55 214.4 0.48 0.3
Hex 28 48 73 41 25 0 37 D6 30 1E
Octal 50 110 163 101 45 0 67 326 60 36
Binary 101000 1001000 1110011 1000001 100101 0 110111 11010110 110000 11110

Color Harmonies of #284873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284873

Black with #284873

Text Example


Text Example

White with #284873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284873; }

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

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

background-color css

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

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

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

border-color css

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

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

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