Html Css Color HEX #284F73 Venice Blue

📋 copy color: '#284F73'

red 40 ◦ green 79 ◦ blue 115

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

Shades of Venice Blue #284F73

Tints of Venice Blue #284F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 17.09%
G = 33.76%
B = 49.15%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284F73 (or 0x284F73) is known color: Venice Blue. HEX triplet: 28, 4F and 73. RGB value is (40,79,115). Sum of RGB (Red+Green+Blue) = 40+79+115=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #284F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F73 is #D7B08C. Grayscale: #474747. Windows color (decimal): -14135437 or 7556904. OLE color: 7556904.

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

Color convert

RGB 40 79 115 -
CMYK 0.65 0.31 0 0.55
HSL 208.8º 0.48% 0.3% -
HSV(B) 208.8º 0.65% 0.45% -
XYZ 6.77 7.28 17.27 -
YUV 71.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 40 79 115 0.65 0.31 0 0.55 208.8 0.48 0.3
Hex 28 4F 73 41 1F 0 37 D1 30 1E
Octal 50 117 163 101 37 0 67 321 60 36
Binary 101000 1001111 1110011 1000001 11111 0 110111 11010001 110000 11110

Color Harmonies of #284F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F73

Black with #284F73

Text Example


Text Example

White with #284F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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