#315278

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

Shades of St Tropaz #315278

Tints of St Tropaz #315278

Color information

#315278 (or 0x315278) is unknown color: approx St Tropaz. HEX triplet: 31, 52 and 78. RGB value is (49,82,120). Sum of RGB (Red+Green+Blue) = 49+82+120=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #315278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315278 is #CEAD87. Grayscale: #4C4C4C. Windows color (decimal): -13544840 or 7885361. OLE color: 7885361.

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

Color convert

RGB4982120-
CMYK0.590.3200.53
HSL212.11º42.01%33.14%-
HSV(B)212.11º59.17%47.06%-
XYZ7.678.0418.92-
YUV76.46152.57108.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=19.52%
G=32.67%
B=47.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49821200.590.3200.53212.1142.0133.14
Hex3152783B20035d42a21
Octal6112217073400653245241
Binary11000110100101111000111011100000011010111010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315278; }

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

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

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

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

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

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

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

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