Html Css Color HEX #284C78 Venice Blue

📋 copy color: '#284C78'

red 40 ◦ green 76 ◦ blue 120

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

Shades of Venice Blue #284C78

Tints of Venice Blue #284C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 16.95%
G = 32.2%
B = 50.85%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#284C78 (or 0x284C78) is known color: Venice Blue. HEX triplet: 28, 4C and 78. RGB value is (40,76,120). Sum of RGB (Red+Green+Blue) = 40+76+120=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #284C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C78 is #D7B387. Grayscale: #464646. Windows color (decimal): -14136200 or 7883816. OLE color: 7883816.

HSL color Cylindrical-coordinate representation of color #284C78: hue angle of 213º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284C78 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 76 120 -
CMYK 0.67 0.37 0 0.53
HSL 213º 0.5% 0.31% -
HSV(B) 213º 0.67% 0.47% -
XYZ 6.85 6.98 18.75 -
YUV 70.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 40 76 120 0.67 0.37 0 0.53 213 0.5 0.31
Hex 28 4C 78 43 25 0 35 D5 32 1F
Octal 50 114 170 103 45 0 65 325 62 37
Binary 101000 1001100 1111000 1000011 100101 0 110101 11010101 110010 11111

Color Harmonies of #284C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C78

Black with #284C78

Text Example


Text Example

White with #284C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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