#31568D

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

Shades of St Tropaz #31568D

Tints of St Tropaz #31568D

Color information

#31568D (or 0x31568D) is unknown color: approx St Tropaz. HEX triplet: 31, 56 and 8D. RGB value is (49,86,141). Sum of RGB (Red+Green+Blue) = 49+86+141=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #31568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31568D is #CEA972. Grayscale: #505050. Windows color (decimal): -13543795 or 9262641. OLE color: 9262641.

HSL color Cylindrical-coordinate representation of color #31568D: hue angle of 215.87º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31568D is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4986141-
CMYK0.650.3900.45
HSL215.87º48.42%37.25%-
HSV(B)215.87º65.25%55.29%-
XYZ9.49.2326.49-
YUV81.21161.74105.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=17.75%
G=31.16%
B=51.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49861410.650.3900.45215.8748.4237.25
Hex31568D412702Dd83025
Octal61126215101470553306045
Binary1100011010110100011011000001100111010110111011000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,86,141); }

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

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

 a { background-color: rgb(49,86,141); }

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

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

 span { border-color: rgb(49,86,141); }

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