Html Css Color HEX #284D77 Venice Blue

📋 copy color: '#284D77'

red 40 ◦ green 77 ◦ blue 119

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

Shades of Venice Blue #284D77

Tints of Venice Blue #284D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 16.95%
G = 32.63%
B = 50.42%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#284D77 (or 0x284D77) is known color: Venice Blue. HEX triplet: 28, 4D and 77. RGB value is (40,77,119). Sum of RGB (Red+Green+Blue) = 40+77+119=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #284D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D77 is #D7B288. Grayscale: #464646. Windows color (decimal): -14135945 or 7818536. OLE color: 7818536.

HSL color Cylindrical-coordinate representation of color #284D77: hue angle of 211.9º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284D77 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 77 119 -
CMYK 0.66 0.35 0 0.53
HSL 211.9º 0.5% 0.31% -
HSV(B) 211.9º 0.66% 0.47% -
XYZ 6.86 7.09 18.46 -
YUV 70.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 40 77 119 0.66 0.35 0 0.53 211.9 0.5 0.31
Hex 28 4D 77 42 23 0 35 D4 32 1F
Octal 50 115 167 102 43 0 65 324 62 37
Binary 101000 1001101 1110111 1000010 100011 0 110101 11010100 110010 11111

Color Harmonies of #284D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D77

Black with #284D77

Text Example


Text Example

White with #284D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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