#31547B

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

Shades of St Tropaz #31547B

Tints of St Tropaz #31547B

Color information

#31547B (or 0x31547B) is unknown color: approx St Tropaz. HEX triplet: 31, 54 and 7B. RGB value is (49,84,123). Sum of RGB (Red+Green+Blue) = 49+84+123=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #31547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31547B is #CEAB84. Grayscale: #4D4D4D. Windows color (decimal): -13544325 or 8082481. OLE color: 8082481.

HSL color Cylindrical-coordinate representation of color #31547B: hue angle of 211.62º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31547B is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4984123-
CMYK0.600.3200.52
HSL211.62º43.02%33.73%-
HSV(B)211.62º60.16%48.24%-
XYZ8.018.4219.94-
YUV77.98153.4107.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=19.14%
G=32.81%
B=48.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49841230.600.3200.52211.6243.0233.73
Hex31547B3C20034d42b22
Octal6112417374400643245342
Binary11000110101001111011111100100000011010011010100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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