Html Css Color HEX #284874 Venice Blue

📋 copy color: '#284874'

red 40 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #284874

Tints of Venice Blue #284874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 17.54%
G = 31.58%
B = 50.88%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#284874 (or 0x284874) is known color: Venice Blue. HEX triplet: 28, 48 and 74. RGB value is (40,72,116). Sum of RGB (Red+Green+Blue) = 40+72+116=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #284874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284874 is #D7B78B. Grayscale: #434343. Windows color (decimal): -14137228 or 7620648. OLE color: 7620648.

HSL color Cylindrical-coordinate representation of color #284874: hue angle of 214.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284874 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 72 116 -
CMYK 0.66 0.38 0 0.55
HSL 214.74º 0.49% 0.31% -
HSV(B) 214.74º 0.66% 0.45% -
XYZ 6.34 6.35 17.41 -
YUV 67.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 40 72 116 0.66 0.38 0 0.55 214.74 0.49 0.31
Hex 28 48 74 42 26 0 37 D7 31 1F
Octal 50 110 164 102 46 0 67 327 61 37
Binary 101000 1001000 1110100 1000010 100110 0 110111 11010111 110001 11111

Color Harmonies of #284874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284874

Black with #284874

Text Example


Text Example

White with #284874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284874; }

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

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

background-color css

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

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

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

border-color css

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

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

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