#305072

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

Shades of Venice Blue #305072

Tints of Venice Blue #305072

Color information

#305072 (or 0x305072) is unknown color: approx Venice Blue. HEX triplet: 30, 50 and 72. RGB value is (48,80,114). Sum of RGB (Red+Green+Blue) = 48+80+114=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #305072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305072 is #CFAF8D. Grayscale: #4A4A4A. Windows color (decimal): -13610894 or 7491632. OLE color: 7491632.

HSL color Cylindrical-coordinate representation of color #305072: hue angle of 210.91º 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 #305072 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4880114-
CMYK0.580.3000.55
HSL210.91º40.74%31.76%-
HSV(B)210.91º57.89%44.71%-
XYZ7.127.5817.01-
YUV74.31150.4109.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=19.83%
G=33.06%
B=47.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48801140.580.3000.55210.9140.7431.76
Hex3050723A1E037d32920
Octal6012016272360673235140
Binary1100001010000111001011101011110011011111010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305072; }

 p { color: rgb(48,80,114); }

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

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

 a { background-color: rgb(48,80,114); }

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

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

 span { border-color: rgb(48,80,114); }

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