#315387

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

Shades of St Tropaz #315387

Tints of St Tropaz #315387

Color information

#315387 (or 0x315387) is unknown color: approx St Tropaz. HEX triplet: 31, 53 and 87. RGB value is (49,83,135). Sum of RGB (Red+Green+Blue) = 49+83+135=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #315387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315387 is #CEAC78. Grayscale: #4E4E4E. Windows color (decimal): -13544569 or 8868657. OLE color: 8868657.

HSL color Cylindrical-coordinate representation of color #315387: hue angle of 216.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315387 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4983135-
CMYK0.640.3900.47
HSL216.28º46.74%36.08%-
HSV(B)216.28º63.7%52.94%-
XYZ8.738.5924.12-
YUV78.76159.74106.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=18.35%
G=31.09%
B=50.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49831350.640.3900.47216.2846.7436.08
Hex315387402702Fd82f24
Octal61123207100470573305744
Binary1100011010011100001111000000100111010111111011000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315387; }

 p { color: rgb(49,83,135); }

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

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

 a { background-color: rgb(49,83,135); }

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

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

 span { border-color: rgb(49,83,135); }

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