Html Css Color HEX #315681 St Tropaz

📋 copy color: '#315681'

red 49 ◦ green 86 ◦ blue 129

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

Shades of St Tropaz #315681

Tints of St Tropaz #315681

RGB

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

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

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

R = 18.56%
G = 32.58%
B = 48.86%

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

#315681 (or 0x315681) is known color: St Tropaz. HEX triplet: 31, 56 and 81. RGB value is (49,86,129). Sum of RGB (Red+Green+Blue) = 49+86+129=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #315681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315681 is #CEA97E. Grayscale: #4F4F4F. Windows color (decimal): -13543807 or 8476209. OLE color: 8476209.

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

Color convert

RGB 49 86 129 -
CMYK 0.62 0.33 0 0.49
HSL 212.25º 0.45% 0.35% -
HSV(B) 212.25º 0.62% 0.51% -
XYZ 8.56 8.89 22.03 -
YUV 79.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 49 86 129 0.62 0.33 0 0.49 212.25 0.45 0.35
Hex 31 56 81 3E 21 0 31 D4 2D 23
Octal 61 126 201 76 41 0 61 324 55 43
Binary 110001 1010110 10000001 111110 100001 0 110001 11010100 101101 100011

Color Harmonies of #315681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315681

Black with #315681

Text Example


Text Example

White with #315681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315681; }

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

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

background-color css

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

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

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

border-color css

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

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

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