#31547D

Color #31547D St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #31547D

Tints of St Tropaz #31547D

Color information

#31547D (or 0x31547D) is unknown color: approx St Tropaz. HEX triplet: 31, 54 and 7D. RGB value is (49,84,125). Sum of RGB (Red+Green+Blue) = 49+84+125=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #31547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31547D is #CEAB82. Grayscale: #4E4E4E. Windows color (decimal): -13544323 or 8213553. OLE color: 8213553.

HSL color Cylindrical-coordinate representation of color #31547D: hue angle of 212.37º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31547D is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4984125-
CMYK0.610.3300.51
HSL212.37º43.68%34.12%-
HSV(B)212.37º60.8%49.02%-
XYZ8.148.4720.61-
YUV78.21154.4107.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=18.99%
G=32.56%
B=48.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49841250.610.3300.51212.3743.6834.12
Hex31547D3D21033d42c22
Octal6112417575410633245442
Binary11000110101001111101111101100001011001111010100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31547D; }

 p { color: rgb(49,84,125); }

 H1.HeaderClassName
 {
   color: #31547D;
 }
 .AnyTagClassName
 {
   color: #31547D;
 }
</style>
background-color css

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

 a { background-color: rgb(49,84,125); }

 div.DivClassName
 {
   background-color: #31547D;
 }
 .BgClassName
 {
   background-color: #31547D;
 }
</style>
border-color css

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

 span { border-color: rgb(49,84,125); }

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