Html Css Color HEX #315282 St Tropaz

📋 copy color: '#315282'

red 49 ◦ green 82 ◦ blue 130

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

Shades of St Tropaz #315282

Tints of St Tropaz #315282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 18.77%
G = 31.42%
B = 49.81%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315282 (or 0x315282) is known color: St Tropaz. HEX triplet: 31, 52 and 82. RGB value is (49,82,130). Sum of RGB (Red+Green+Blue) = 49+82+130=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #315282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315282 is #CEAD7D. Grayscale: #4D4D4D. Windows color (decimal): -13544830 or 8540721. OLE color: 8540721.

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

Color convert

RGB 49 82 130 -
CMYK 0.62 0.37 0 0.49
HSL 215.56º 0.45% 0.35% -
HSV(B) 215.56º 0.62% 0.51% -
XYZ 8.31 8.3 22.28 -
YUV 77.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 49 82 130 0.62 0.37 0 0.49 215.56 0.45 0.35
Hex 31 52 82 3E 25 0 31 D8 2D 23
Octal 61 122 202 76 45 0 61 330 55 43
Binary 110001 1010010 10000010 111110 100101 0 110001 11011000 101101 100011

Color Harmonies of #315282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315282

Black with #315282

Text Example


Text Example

White with #315282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315282; }

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

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

background-color css

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

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

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

border-color css

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

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

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