Html Css Color HEX #284872 Venice Blue

📋 copy color: '#284872'

red 40 ◦ green 72 ◦ blue 114

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

Shades of Venice Blue #284872

Tints of Venice Blue #284872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 17.7%
G = 31.86%
B = 50.44%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284872 (or 0x284872) is known color: Venice Blue. HEX triplet: 28, 48 and 72. RGB value is (40,72,114). Sum of RGB (Red+Green+Blue) = 40+72+114=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #284872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284872 is #D7B78D. Grayscale: #434343. Windows color (decimal): -14137230 or 7489576. OLE color: 7489576.

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

Color convert

RGB 40 72 114 -
CMYK 0.65 0.37 0 0.55
HSL 214.05º 0.48% 0.3% -
HSV(B) 214.05º 0.65% 0.45% -
XYZ 6.23 6.3 16.81 -
YUV 67.22 154.4 108.58 -
System Red Green Blue C M Y K H S L
Decimal 40 72 114 0.65 0.37 0 0.55 214.05 0.48 0.3
Hex 28 48 72 41 25 0 37 D6 30 1E
Octal 50 110 162 101 45 0 67 326 60 36
Binary 101000 1001000 1110010 1000001 100101 0 110111 11010110 110000 11110

Color Harmonies of #284872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284872

Black with #284872

Text Example


Text Example

White with #284872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284872; }

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

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

background-color css

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

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

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

border-color css

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

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

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