Html Css Color HEX #315683 St Tropaz

📋 copy color: '#315683'

red 49 ◦ green 86 ◦ blue 131

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

Shades of St Tropaz #315683

Tints of St Tropaz #315683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 18.42%
G = 32.33%
B = 49.25%

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

#315683 (or 0x315683) is known color: St Tropaz. HEX triplet: 31, 56 and 83. RGB value is (49,86,131). Sum of RGB (Red+Green+Blue) = 49+86+131=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #315683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315683 is #CEA97C. Grayscale: #4F4F4F. Windows color (decimal): -13543805 or 8607281. OLE color: 8607281.

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

Color convert

RGB 49 86 131 -
CMYK 0.63 0.34 0 0.49
HSL 212.93º 0.46% 0.35% -
HSV(B) 212.93º 0.63% 0.51% -
XYZ 8.69 8.95 22.74 -
YUV 80.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 49 86 131 0.63 0.34 0 0.49 212.93 0.46 0.35
Hex 31 56 83 3F 22 0 31 D5 2E 23
Octal 61 126 203 77 42 0 61 325 56 43
Binary 110001 1010110 10000011 111111 100010 0 110001 11010101 101110 100011

Color Harmonies of #315683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315683

Black with #315683

Text Example


Text Example

White with #315683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315683; }

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

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

background-color css

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

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

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

border-color css

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

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

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