Html Css Color HEX #315982 St Tropaz

📋 copy color: '#315982'

red 49 ◦ green 89 ◦ blue 130

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

Shades of St Tropaz #315982

Tints of St Tropaz #315982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 18.28%
G = 33.21%
B = 48.51%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315982 (or 0x315982) is known color: St Tropaz. HEX triplet: 31, 59 and 82. RGB value is (49,89,130). Sum of RGB (Red+Green+Blue) = 49+89+130=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #315982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315982 is #CEA67D. Grayscale: #515151. Windows color (decimal): -13543038 or 8542513. OLE color: 8542513.

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

Color convert

RGB 49 89 130 -
CMYK 0.62 0.32 0 0.49
HSL 210.37º 0.45% 0.35% -
HSV(B) 210.37º 0.62% 0.51% -
XYZ 8.87 9.41 22.47 -
YUV 81.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 49 89 130 0.62 0.32 0 0.49 210.37 0.45 0.35
Hex 31 59 82 3E 20 0 31 D2 2D 23
Octal 61 131 202 76 40 0 61 322 55 43
Binary 110001 1011001 10000010 111110 100000 0 110001 11010010 101101 100011

Color Harmonies of #315982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315982

Black with #315982

Text Example


Text Example

White with #315982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315982; }

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

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

background-color css

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

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

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

border-color css

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

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

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