#305773

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

Shades of Venice Blue #305773

Tints of Venice Blue #305773

Color information

#305773 (or 0x305773) is unknown color: approx Venice Blue. HEX triplet: 30, 57 and 73. RGB value is (48,87,115). Sum of RGB (Red+Green+Blue) = 48+87+115=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #305773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305773 is #CFA88C. Grayscale: #4E4E4E. Windows color (decimal): -13609101 or 7558960. OLE color: 7558960.

HSL color Cylindrical-coordinate representation of color #305773: hue angle of 205.07º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305773 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4887115-
CMYK0.580.2400.55
HSL205.07º41.1%31.96%-
HSV(B)205.07º58.26%45.1%-
XYZ7.728.6817.49-
YUV78.53148.58106.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 115 (45.31% from 255) = 46%
R=19.2%
G=34.8%
B=46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48871150.580.2400.55205.0741.131.96
Hex3057733A18037cd2920
Octal6012716372300673155140
Binary1100001010111111001111101011000011011111001101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305773; }

 p { color: rgb(48,87,115); }

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

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

 a { background-color: rgb(48,87,115); }

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

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

 span { border-color: rgb(48,87,115); }

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