#305375

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

Shades of Venice Blue #305375

Tints of Venice Blue #305375

Color information

#305375 (or 0x305375) is unknown color: approx Venice Blue. HEX triplet: 30, 53 and 75. RGB value is (48,83,117). Sum of RGB (Red+Green+Blue) = 48+83+117=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #305375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305375 is #CFAC8A. Grayscale: #4C4C4C. Windows color (decimal): -13610123 or 7689008. OLE color: 7689008.

HSL color Cylindrical-coordinate representation of color #305375: hue angle of 209.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305375 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4883117-
CMYK0.590.2900.54
HSL209.57º41.82%32.35%-
HSV(B)209.57º58.97%45.88%-
XYZ7.528.118-
YUV76.41150.9107.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=19.35%
G=33.47%
B=47.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48831170.590.2900.54209.5741.8232.35
Hex3053753B1D036d22a20
Octal6012316573350663225240
Binary1100001010011111010111101111101011011011010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305375; }

 p { color: rgb(48,83,117); }

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

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

 a { background-color: rgb(48,83,117); }

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

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

 span { border-color: rgb(48,83,117); }

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