#284C75

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

Shades of Venice Blue #284C75

Tints of Venice Blue #284C75

Color information

#284C75 (or 0x284C75) is unknown color: approx Venice Blue. HEX triplet: 28, 4C and 75. RGB value is (40,76,117). Sum of RGB (Red+Green+Blue) = 40+76+117=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #284C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C75 is #D7B38A. Grayscale: #454545. Windows color (decimal): -14136203 or 7687208. OLE color: 7687208.

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

Color convert

RGB4076117-
CMYK0.660.3500.54
HSL211.95º49.04%30.78%-
HSV(B)211.95º65.81%45.88%-
XYZ6.676.917.81-
YUV69.91154.57106.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=17.17%
G=32.62%
B=50.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40761170.660.3500.54211.9549.0430.78
Hex284C754223036d4311f
Octal50114165102430663246137
Binary10100010011001110101100001010001101101101101010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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