Html Css Color HEX #284D71 Venice Blue

📋 copy color: '#284D71'

red 40 ◦ green 77 ◦ blue 113

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

Shades of Venice Blue #284D71

Tints of Venice Blue #284D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 17.39%
G = 33.48%
B = 49.13%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284D71 (or 0x284D71) is known color: Venice Blue. HEX triplet: 28, 4D and 71. RGB value is (40,77,113). Sum of RGB (Red+Green+Blue) = 40+77+113=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #284D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D71 is #D7B28E. Grayscale: #454545. Windows color (decimal): -14135951 or 7425320. OLE color: 7425320.

HSL color Cylindrical-coordinate representation of color #284D71: hue angle of 209.59º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #284D71 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 77 113 -
CMYK 0.65 0.32 0 0.56
HSL 209.59º 0.48% 0.3% -
HSV(B) 209.59º 0.65% 0.44% -
XYZ 6.51 6.95 16.62 -
YUV 70.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 40 77 113 0.65 0.32 0 0.56 209.59 0.48 0.3
Hex 28 4D 71 41 20 0 38 D2 30 1E
Octal 50 115 161 101 40 0 70 322 60 36
Binary 101000 1001101 1110001 1000001 100000 0 111000 11010010 110000 11110

Color Harmonies of #284D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D71

Black with #284D71

Text Example


Text Example

White with #284D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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