Html Css Color HEX #284C77 Venice Blue

📋 copy color: '#284C77'

red 40 ◦ green 76 ◦ blue 119

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

Shades of Venice Blue #284C77

Tints of Venice Blue #284C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

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

R = 17.02%
G = 32.34%
B = 50.64%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#284C77 (or 0x284C77) is known color: Venice Blue. HEX triplet: 28, 4C and 77. RGB value is (40,76,119). Sum of RGB (Red+Green+Blue) = 40+76+119=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #284C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C77 is #D7B388. Grayscale: #454545. Windows color (decimal): -14136201 or 7818280. OLE color: 7818280.

HSL color Cylindrical-coordinate representation of color #284C77: hue angle of 212.66º 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 #284C77 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 76 119 -
CMYK 0.66 0.36 0 0.53
HSL 212.66º 0.5% 0.31% -
HSV(B) 212.66º 0.66% 0.47% -
XYZ 6.79 6.95 18.44 -
YUV 70.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 40 76 119 0.66 0.36 0 0.53 212.66 0.5 0.31
Hex 28 4C 77 42 24 0 35 D5 32 1F
Octal 50 114 167 102 44 0 65 325 62 37
Binary 101000 1001100 1110111 1000010 100100 0 110101 11010101 110010 11111

Color Harmonies of #284C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C77

Black with #284C77

Text Example


Text Example

White with #284C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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