#305278

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

Shades of Venice Blue #305278

Tints of Venice Blue #305278

Color information

#305278 (or 0x305278) is unknown color: approx Venice Blue. HEX triplet: 30, 52 and 78. RGB value is (48,82,120). Sum of RGB (Red+Green+Blue) = 48+82+120=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #305278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305278 is #CFAD87. Grayscale: #4B4B4B. Windows color (decimal): -13610376 or 7885360. OLE color: 7885360.

HSL color Cylindrical-coordinate representation of color #305278: hue angle of 211.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305278 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4882120-
CMYK0.600.3200.53
HSL211.67º42.86%32.94%-
HSV(B)211.67º60%47.06%-
XYZ7.638.0218.92-
YUV76.17152.74107.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 120 (47.27% from 255) = 48%
R=19.2%
G=32.8%
B=48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48821200.600.3200.53211.6742.8632.94
Hex3052783C20035d42b21
Octal6012217074400653245341
Binary11000010100101111000111100100000011010111010100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305278; }

 p { color: rgb(48,82,120); }

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

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

 a { background-color: rgb(48,82,120); }

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

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

 span { border-color: rgb(48,82,120); }

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