Html Css Color HEX #284D73 Venice Blue

📋 copy color: '#284D73'

red 40 ◦ green 77 ◦ blue 115

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

Shades of Venice Blue #284D73

Tints of Venice Blue #284D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

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

R = 17.24%
G = 33.19%
B = 49.57%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284D73 (or 0x284D73) is known color: Venice Blue. HEX triplet: 28, 4D and 73. RGB value is (40,77,115). Sum of RGB (Red+Green+Blue) = 40+77+115=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #284D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D73 is #D7B28C. Grayscale: #464646. Windows color (decimal): -14135949 or 7556392. OLE color: 7556392.

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

Color convert

RGB 40 77 115 -
CMYK 0.65 0.33 0 0.55
HSL 210.4º 0.48% 0.3% -
HSV(B) 210.4º 0.65% 0.45% -
XYZ 6.62 7 17.22 -
YUV 70.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 40 77 115 0.65 0.33 0 0.55 210.4 0.48 0.3
Hex 28 4D 73 41 21 0 37 D2 30 1E
Octal 50 115 163 101 41 0 67 322 60 36
Binary 101000 1001101 1110011 1000001 100001 0 110111 11010010 110000 11110

Color Harmonies of #284D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D73

Black with #284D73

Text Example


Text Example

White with #284D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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