#284975

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

Shades of Venice Blue #284975

Tints of Venice Blue #284975

Color information

#284975 (or 0x284975) is unknown color: approx Venice Blue. HEX triplet: 28, 49 and 75. RGB value is (40,73,117). Sum of RGB (Red+Green+Blue) = 40+73+117=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #284975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284975 is #D7B68A. Grayscale: #434343. Windows color (decimal): -14136971 or 7686440. OLE color: 7686440.

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

Color convert

RGB4073117-
CMYK0.660.3800.54
HSL214.29º49.04%30.78%-
HSV(B)214.29º65.81%45.88%-
XYZ6.476.517.74-
YUV68.15155.57107.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=17.39%
G=31.74%
B=50.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40731170.660.3800.54214.2949.0430.78
Hex2849754226036d6311f
Octal50111165102460663266137
Binary10100010010011110101100001010011001101101101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284975; }

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

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

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

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

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

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

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

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