#284F75

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

Shades of Venice Blue #284F75

Tints of Venice Blue #284F75

Color information

#284F75 (or 0x284F75) is unknown color: approx Venice Blue. HEX triplet: 28, 4F and 75. RGB value is (40,79,117). Sum of RGB (Red+Green+Blue) = 40+79+117=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #284F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F75 is #D7B08A. Grayscale: #474747. Windows color (decimal): -14135435 or 7687976. OLE color: 7687976.

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

Color convert

RGB4079117-
CMYK0.660.3200.54
HSL209.61º49.04%30.78%-
HSV(B)209.61º65.81%45.88%-
XYZ6.887.3317.88-
YUV71.67153.58105.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=16.95%
G=33.47%
B=49.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40791170.660.3200.54209.6149.0430.78
Hex284F754220036d2311f
Octal50117165102400663226137
Binary10100010011111110101100001010000001101101101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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