Html Css Color HEX #284D76 Venice Blue

📋 copy color: '#284D76'

red 40 ◦ green 77 ◦ blue 118

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

Shades of Venice Blue #284D76

Tints of Venice Blue #284D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 17.02%
G = 32.77%
B = 50.21%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#284D76 (or 0x284D76) is known color: Venice Blue. HEX triplet: 28, 4D and 76. RGB value is (40,77,118). Sum of RGB (Red+Green+Blue) = 40+77+118=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #284D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D76 is #D7B289. Grayscale: #464646. Windows color (decimal): -14135946 or 7753000. OLE color: 7753000.

HSL color Cylindrical-coordinate representation of color #284D76: hue angle of 211.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284D76 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 77 118 -
CMYK 0.66 0.35 0 0.54
HSL 211.54º 0.49% 0.31% -
HSV(B) 211.54º 0.66% 0.46% -
XYZ 6.8 7.07 18.15 -
YUV 70.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 40 77 118 0.66 0.35 0 0.54 211.54 0.49 0.31
Hex 28 4D 76 42 23 0 36 D4 31 1F
Octal 50 115 166 102 43 0 66 324 61 37
Binary 101000 1001101 1110110 1000010 100011 0 110110 11010100 110001 11111

Color Harmonies of #284D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D76

Black with #284D76

Text Example


Text Example

White with #284D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,77,118); }

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

background-color css

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

 a { background-color: rgb(40,77,118); }

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

border-color css

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

 span { border-color: rgb(40,77,118); }

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