Html Css Color HEX #284C71 Venice Blue

📋 copy color: '#284C71'

red 40 ◦ green 76 ◦ blue 113

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

Shades of Venice Blue #284C71

Tints of Venice Blue #284C71

RGB

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

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

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

R = 17.47%
G = 33.19%
B = 49.34%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284C71 (or 0x284C71) is known color: Venice Blue. HEX triplet: 28, 4C and 71. RGB value is (40,76,113). Sum of RGB (Red+Green+Blue) = 40+76+113=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #284C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C71 is #D7B38E. Grayscale: #454545. Windows color (decimal): -14136207 or 7425064. OLE color: 7425064.

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

Color convert

RGB 40 76 113 -
CMYK 0.65 0.33 0 0.56
HSL 210.41º 0.48% 0.3% -
HSV(B) 210.41º 0.65% 0.44% -
XYZ 6.44 6.81 16.6 -
YUV 69.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 40 76 113 0.65 0.33 0 0.56 210.41 0.48 0.3
Hex 28 4C 71 41 21 0 38 D2 30 1E
Octal 50 114 161 101 41 0 70 322 60 36
Binary 101000 1001100 1110001 1000001 100001 0 111000 11010010 110000 11110

Color Harmonies of #284C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C71

Black with #284C71

Text Example


Text Example

White with #284C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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