Html Css Color HEX #284773 Venice Blue

📋 copy color: '#284773'

red 40 ◦ green 71 ◦ blue 115

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

Shades of Venice Blue #284773

Tints of Venice Blue #284773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 17.7%
G = 31.42%
B = 50.88%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284773 (or 0x284773) is known color: Venice Blue. HEX triplet: 28, 47 and 73. RGB value is (40,71,115). Sum of RGB (Red+Green+Blue) = 40+71+115=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #284773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284773 is #D7B88C. Grayscale: #424242. Windows color (decimal): -14137485 or 7554856. OLE color: 7554856.

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

Color convert

RGB 40 71 115 -
CMYK 0.65 0.38 0 0.55
HSL 215.2º 0.48% 0.3% -
HSV(B) 215.2º 0.65% 0.45% -
XYZ 6.22 6.2 17.09 -
YUV 66.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 40 71 115 0.65 0.38 0 0.55 215.2 0.48 0.3
Hex 28 47 73 41 26 0 37 D7 30 1E
Octal 50 107 163 101 46 0 67 327 60 36
Binary 101000 1000111 1110011 1000001 100110 0 110111 11010111 110000 11110

Color Harmonies of #284773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284773

Black with #284773

Text Example


Text Example

White with #284773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284773; }

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

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

background-color css

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

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

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

border-color css

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

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

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