Html Css Color HEX #284771 Venice Blue

📋 copy color: '#284771'

red 40 ◦ green 71 ◦ blue 113

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

Shades of Venice Blue #284771

Tints of Venice Blue #284771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 17.86%
G = 31.7%
B = 50.45%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#284771 (or 0x284771) is known color: Venice Blue. HEX triplet: 28, 47 and 71. RGB value is (40,71,113). Sum of RGB (Red+Green+Blue) = 40+71+113=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #284771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284771 is #D7B88E. Grayscale: #424242. Windows color (decimal): -14137487 or 7423784. OLE color: 7423784.

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

Color convert

RGB 40 71 113 -
CMYK 0.65 0.37 0 0.56
HSL 214.52º 0.48% 0.3% -
HSV(B) 214.52º 0.65% 0.44% -
XYZ 6.11 6.15 16.49 -
YUV 66.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 40 71 113 0.65 0.37 0 0.56 214.52 0.48 0.3
Hex 28 47 71 41 25 0 38 D7 30 1E
Octal 50 107 161 101 45 0 70 327 60 36
Binary 101000 1000111 1110001 1000001 100101 0 111000 11010111 110000 11110

Color Harmonies of #284771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284771

Black with #284771

Text Example


Text Example

White with #284771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284771; }

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

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

background-color css

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

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

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

border-color css

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

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

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