Html Css Color HEX #315283 St Tropaz

📋 copy color: '#315283'

red 49 ◦ green 82 ◦ blue 131

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

Shades of St Tropaz #315283

Tints of St Tropaz #315283

RGB

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

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

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

R = 18.7%
G = 31.3%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315283 (or 0x315283) is known color: St Tropaz. HEX triplet: 31, 52 and 83. RGB value is (49,82,131). Sum of RGB (Red+Green+Blue) = 49+82+131=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #315283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315283 is #CEAD7C. Grayscale: #4D4D4D. Windows color (decimal): -13544829 or 8606257. OLE color: 8606257.

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

Color convert

RGB 49 82 131 -
CMYK 0.63 0.37 0 0.49
HSL 215.85º 0.46% 0.35% -
HSV(B) 215.85º 0.63% 0.51% -
XYZ 8.38 8.33 22.64 -
YUV 77.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 49 82 131 0.63 0.37 0 0.49 215.85 0.46 0.35
Hex 31 52 83 3F 25 0 31 D8 2E 23
Octal 61 122 203 77 45 0 61 330 56 43
Binary 110001 1010010 10000011 111111 100101 0 110001 11011000 101110 100011

Color Harmonies of #315283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315283

Black with #315283

Text Example


Text Example

White with #315283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315283; }

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

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

background-color css

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

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

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

border-color css

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

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

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