#305678

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

Shades of Venice Blue #305678

Tints of Venice Blue #305678

Color information

#305678 (or 0x305678) is unknown color: approx Venice Blue. HEX triplet: 30, 56 and 78. RGB value is (48,86,120). Sum of RGB (Red+Green+Blue) = 48+86+120=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #305678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305678 is #CFA987. Grayscale: #4E4E4E. Windows color (decimal): -13609352 or 7886384. OLE color: 7886384.

HSL color Cylindrical-coordinate representation of color #305678: hue angle of 208.33º 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 #305678 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4886120-
CMYK0.600.2800.53
HSL208.33º42.86%32.94%-
HSV(B)208.33º60%47.06%-
XYZ7.948.6419.02-
YUV78.51151.41106.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=18.90%
G=33.86%
B=47.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48861200.600.2800.53208.3342.8632.94
Hex3056783C1C035d02b21
Octal6012617074340653205341
Binary1100001010110111100011110011100011010111010000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305678; }

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

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

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

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

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

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

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

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