#284b74

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

Shades of Venice Blue #284B74

Tints of Venice Blue #284B74

Color information

#284B74 (or 0x284B74) is unknown color: approx Venice Blue. HEX triplet: 28, 4B and 74. RGB value is (40,75,116). Sum of RGB (Red+Green+Blue) = 40+75+116=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #284B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B74 is #D7B48B. Grayscale: #454545. Windows color (decimal): -14136460 or 7621416. OLE color: 7621416.

HSL color Cylindrical-coordinate representation of color #284B74: hue angle of 212.37º 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 #284B74 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4075116-
CMYK0.660.3500.55
HSL212.37º48.72%30.59%-
HSV(B)212.37º65.52%45.49%-
XYZ6.546.7417.48-
YUV69.21154.4107.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=17.32%
G=32.47%
B=50.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40751160.660.3500.55212.3748.7230.59
Hex284B744223037d4311f
Octal50113164102430673246137
Binary10100010010111110100100001010001101101111101010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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