#315279

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

Shades of St Tropaz #315279

Tints of St Tropaz #315279

Color information

#315279 (or 0x315279) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 79. RGB value is (49,82,121). Sum of RGB (Red+Green+Blue) = 49+82+121=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #315279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315279 is #CEAD86. Grayscale: #4C4C4C. Windows color (decimal): -13544839 or 7950897. OLE color: 7950897.

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

Color convert

RGB4982121-
CMYK0.600.3200.53
HSL212.5º42.35%33.33%-
HSV(B)212.5º59.5%47.45%-
XYZ7.748.0719.24-
YUV76.58153.07108.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=19.44%
G=32.54%
B=48.02%

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
Decimal49821210.600.3200.53212.542.3533.33
Hex3152793C20035d42a21
Octal6112217174400653245241
Binary11000110100101111001111100100000011010111010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315279; }

 p { color: rgb(49,82,121); }

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

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

 a { background-color: rgb(49,82,121); }

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

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

 span { border-color: rgb(49,82,121); }

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