Html Css Color HEX #315884 St Tropaz

📋 copy color: '#315884'

red 49 ◦ green 88 ◦ blue 132

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

Shades of St Tropaz #315884

Tints of St Tropaz #315884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 18.22%
G = 32.71%
B = 49.07%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#315884 (or 0x315884) is known color: St Tropaz. HEX triplet: 31, 58 and 84. RGB value is (49,88,132). Sum of RGB (Red+Green+Blue) = 49+88+132=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #315884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315884 is #CEA77B. Grayscale: #515151. Windows color (decimal): -13543292 or 8673329. OLE color: 8673329.

HSL color Cylindrical-coordinate representation of color #315884: hue angle of 211.81º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315884 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 88 132 -
CMYK 0.63 0.33 0 0.48
HSL 211.81º 0.46% 0.35% -
HSV(B) 211.81º 0.63% 0.52% -
XYZ 8.92 9.3 23.15 -
YUV 81.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 49 88 132 0.63 0.33 0 0.48 211.81 0.46 0.35
Hex 31 58 84 3F 21 0 30 D4 2E 23
Octal 61 130 204 77 41 0 60 324 56 43
Binary 110001 1011000 10000100 111111 100001 0 110000 11010100 101110 100011

Color Harmonies of #315884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315884

Black with #315884

Text Example


Text Example

White with #315884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315884; }

 p { color: rgb(49,88,132); }

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

background-color css

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

 a { background-color: rgb(49,88,132); }

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

border-color css

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

 span { border-color: rgb(49,88,132); }

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