#284E75

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

Shades of Venice Blue #284E75

Tints of Venice Blue #284E75

Color information

#284E75 (or 0x284E75) is unknown color: approx Venice Blue. HEX triplet: 28, 4E and 75. RGB value is (40,78,117). Sum of RGB (Red+Green+Blue) = 40+78+117=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #284E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E75 is #D7B18A. Grayscale: #464646. Windows color (decimal): -14135691 or 7687720. OLE color: 7687720.

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

Color convert

RGB4078117-
CMYK0.660.3300.54
HSL210.39º49.04%30.78%-
HSV(B)210.39º65.81%45.88%-
XYZ6.817.1817.86-
YUV71.08153.91105.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=17.02%
G=33.19%
B=49.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40781170.660.3300.54210.3949.0430.78
Hex284E754221036d2311f
Octal50116165102410663226137
Binary10100010011101110101100001010000101101101101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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