#284B77

Color #284B77 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #284B77

Tints of Venice Blue #284B77

Color information

#284B77 (or 0x284B77) is unknown color: approx Venice Blue. HEX triplet: 28, 4B and 77. RGB value is (40,75,119). Sum of RGB (Red+Green+Blue) = 40+75+119=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #284B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B77 is #D7B488. Grayscale: #454545. Windows color (decimal): -14136457 or 7818024. OLE color: 7818024.

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

Color convert

RGB4075119-
CMYK0.660.3700.53
HSL213.42º49.69%31.18%-
HSV(B)213.42º66.39%46.67%-
XYZ6.726.8218.41-
YUV69.55155.9106.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=17.09%
G=32.05%
B=50.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40751190.660.3700.53213.4249.6931.18
Hex284B774225035d5321f
Octal50113167102450653256237
Binary10100010010111110111100001010010101101011101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,75,119); }

 H1.HeaderClassName
 {
   color: #284B77;
 }
 .AnyTagClassName
 {
   color: #284B77;
 }
</style>
background-color css

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

 a { background-color: rgb(40,75,119); }

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

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

 span { border-color: rgb(40,75,119); }

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