Html Css Color HEX #284C72 Venice Blue

📋 copy color: '#284C72'

red 40 ◦ green 76 ◦ blue 114

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

Shades of Venice Blue #284C72

Tints of Venice Blue #284C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 17.39%
G = 33.04%
B = 49.57%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284C72 (or 0x284C72) is known color: Venice Blue. HEX triplet: 28, 4C and 72. RGB value is (40,76,114). Sum of RGB (Red+Green+Blue) = 40+76+114=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #284C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C72 is #D7B38D. Grayscale: #454545. Windows color (decimal): -14136206 or 7490600. OLE color: 7490600.

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

Color convert

RGB 40 76 114 -
CMYK 0.65 0.33 0 0.55
HSL 210.81º 0.48% 0.3% -
HSV(B) 210.81º 0.65% 0.45% -
XYZ 6.5 6.83 16.9 -
YUV 69.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 40 76 114 0.65 0.33 0 0.55 210.81 0.48 0.3
Hex 28 4C 72 41 21 0 37 D3 30 1E
Octal 50 114 162 101 41 0 67 323 60 36
Binary 101000 1001100 1110010 1000001 100001 0 110111 11010011 110000 11110

Color Harmonies of #284C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C72

Black with #284C72

Text Example


Text Example

White with #284C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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