Html Css Color HEX #315387 St Tropaz

📋 copy color: '#315387'

red 49 ◦ green 83 ◦ blue 135

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

Shades of St Tropaz #315387

Tints of St Tropaz #315387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 135 (53.13% from 255) = 50.56%

R = 18.35%
G = 31.09%
B = 50.56%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315387 (or 0x315387) is known color: St Tropaz. HEX triplet: 31, 53 and 87. RGB value is (49,83,135). Sum of RGB (Red+Green+Blue) = 49+83+135=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #315387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315387 is #CEAC78. Grayscale: #4E4E4E. Windows color (decimal): -13544569 or 8868657. OLE color: 8868657.

HSL color Cylindrical-coordinate representation of color #315387: hue angle of 216.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315387 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 83 135 -
CMYK 0.64 0.39 0 0.47
HSL 216.28º 0.47% 0.36% -
HSV(B) 216.28º 0.64% 0.53% -
XYZ 8.73 8.59 24.12 -
YUV 78.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 49 83 135 0.64 0.39 0 0.47 216.28 0.47 0.36
Hex 31 53 87 40 27 0 2F D8 2F 24
Octal 61 123 207 100 47 0 57 330 57 44
Binary 110001 1010011 10000111 1000000 100111 0 101111 11011000 101111 100100

Color Harmonies of #315387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315387

Black with #315387

Text Example


Text Example

White with #315387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315387; }

 p { color: rgb(49,83,135); }

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

background-color css

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

 a { background-color: rgb(49,83,135); }

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

border-color css

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

 span { border-color: rgb(49,83,135); }

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