Html Css Color HEX #315983 St Tropaz

📋 copy color: '#315983'

red 49 ◦ green 89 ◦ blue 131

#315983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #315983

Tints of St Tropaz #315983

RGB

 RED value IS 49 (19.53% from 255) = 18.22%

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 18.22%
G = 33.09%
B = 48.7%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315983 (or 0x315983) is known color: St Tropaz. HEX triplet: 31, 59 and 83. RGB value is (49,89,131). Sum of RGB (Red+Green+Blue) = 49+89+131=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #315983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315983 is #CEA67C. Grayscale: #515151. Windows color (decimal): -13543037 or 8608049. OLE color: 8608049.

HSL color Cylindrical-coordinate representation of color #315983: hue angle of 210.73º 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 #315983 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 89 131 -
CMYK 0.63 0.32 0 0.49
HSL 210.73º 0.46% 0.35% -
HSV(B) 210.73º 0.63% 0.51% -
XYZ 8.94 9.44 22.82 -
YUV 81.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 49 89 131 0.63 0.32 0 0.49 210.73 0.46 0.35
Hex 31 59 83 3F 20 0 31 D3 2E 23
Octal 61 131 203 77 40 0 61 323 56 43
Binary 110001 1011001 10000011 111111 100000 0 110001 11010011 101110 100011

Color Harmonies of #315983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315983

Black with #315983

Text Example


Text Example

White with #315983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315983; }

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

 H1.HeaderClassName
 {
   color: #315983;
 }
 .AnyTagClassName
 {
   color: #315983;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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