#305077

Color #305077 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #305077

Tints of St Tropaz #305077

Color information

#305077 (or 0x305077) is unknown color: approx St Tropaz. HEX triplet: 30, 50 and 77. RGB value is (48,80,119). Sum of RGB (Red+Green+Blue) = 48+80+119=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #305077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305077 is #CFAF88. Grayscale: #4A4A4A. Windows color (decimal): -13610889 or 7819312. OLE color: 7819312.

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

Color convert

RGB4880119-
CMYK0.600.3300.53
HSL212.96º42.51%32.75%-
HSV(B)212.96º59.66%46.67%-
XYZ7.427.718.55-
YUV74.88152.9108.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=19.43%
G=32.39%
B=48.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48801190.600.3300.53212.9642.5132.75
Hex3050773C21035d52b21
Octal6012016774410653255341
Binary11000010100001110111111100100001011010111010101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305077; }

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

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

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

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

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

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

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

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