Html Css Color HEX #315783 St Tropaz

📋 copy color: '#315783'

red 49 ◦ green 87 ◦ blue 131

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

Shades of St Tropaz #315783

Tints of St Tropaz #315783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

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

R = 18.35%
G = 32.58%
B = 49.06%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315783 (or 0x315783) is known color: St Tropaz. HEX triplet: 31, 57 and 83. RGB value is (49,87,131). Sum of RGB (Red+Green+Blue) = 49+87+131=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #315783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315783 is #CEA87C. Grayscale: #505050. Windows color (decimal): -13543549 or 8607537. OLE color: 8607537.

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

Color convert

RGB 49 87 131 -
CMYK 0.63 0.34 0 0.49
HSL 212.2º 0.46% 0.35% -
HSV(B) 212.2º 0.63% 0.51% -
XYZ 8.77 9.11 22.77 -
YUV 80.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 49 87 131 0.63 0.34 0 0.49 212.2 0.46 0.35
Hex 31 57 83 3F 22 0 31 D4 2E 23
Octal 61 127 203 77 42 0 61 324 56 43
Binary 110001 1010111 10000011 111111 100010 0 110001 11010100 101110 100011

Color Harmonies of #315783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315783

Black with #315783

Text Example


Text Example

White with #315783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315783; }

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

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

background-color css

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

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

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

border-color css

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

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

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