#315383

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

Shades of St Tropaz #315383

Tints of St Tropaz #315383

Color information

#315383 (or 0x315383) is unknown color: approx St Tropaz. HEX triplet: 31, 53 and 83. RGB value is (49,83,131). Sum of RGB (Red+Green+Blue) = 49+83+131=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #315383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315383 is #CEAC7C. Grayscale: #4E4E4E. Windows color (decimal): -13544573 or 8606513. OLE color: 8606513.

HSL color Cylindrical-coordinate representation of color #315383: hue angle of 215.12º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315383 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4983131-
CMYK0.630.3700.49
HSL215.12º45.56%35.29%-
HSV(B)215.12º62.6%51.37%-
XYZ8.468.4822.66-
YUV78.31157.74107.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 131 (51.56% from 255) = 49.81%
R=18.63%
G=31.56%
B=49.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49831310.630.3700.49215.1245.5635.29
Hex3153833F25031d72e23
Octal6112320377450613275643
Binary110001101001110000011111111100101011000111010111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315383; }

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

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

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

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

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

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

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

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