Html Css Color HEX #315781 St Tropaz

📋 copy color: '#315781'

red 49 ◦ green 87 ◦ blue 129

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

Shades of St Tropaz #315781

Tints of St Tropaz #315781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 18.49%
G = 32.83%
B = 48.68%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315781 (or 0x315781) is known color: St Tropaz. HEX triplet: 31, 57 and 81. RGB value is (49,87,129). Sum of RGB (Red+Green+Blue) = 49+87+129=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #315781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315781 is #CEA87E. Grayscale: #505050. Windows color (decimal): -13543551 or 8476465. OLE color: 8476465.

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

Color convert

RGB 49 87 129 -
CMYK 0.62 0.33 0 0.49
HSL 211.5º 0.45% 0.35% -
HSV(B) 211.5º 0.62% 0.51% -
XYZ 8.64 9.05 22.06 -
YUV 80.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 49 87 129 0.62 0.33 0 0.49 211.5 0.45 0.35
Hex 31 57 81 3E 21 0 31 D4 2D 23
Octal 61 127 201 76 41 0 61 324 55 43
Binary 110001 1010111 10000001 111110 100001 0 110001 11010100 101101 100011

Color Harmonies of #315781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315781

Black with #315781

Text Example


Text Example

White with #315781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315781; }

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

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

background-color css

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

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

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

border-color css

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

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

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