#315888

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

Shades of St Tropaz #315888

Tints of St Tropaz #315888

Color information

#315888 (or 0x315888) is unknown color: approx St Tropaz. HEX triplet: 31, 58 and 88. RGB value is (49,88,136). Sum of RGB (Red+Green+Blue) = 49+88+136=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #315888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315888 is #CEA777. Grayscale: #515151. Windows color (decimal): -13543288 or 8935473. OLE color: 8935473.

HSL color Cylindrical-coordinate representation of color #315888: hue angle of 213.1º 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 #315888 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4988136-
CMYK0.640.3500.47
HSL213.1º47.03%36.27%-
HSV(B)213.1º63.97%53.33%-
XYZ9.29.4124.62-
YUV81.81158.58104.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=17.95%
G=32.23%
B=49.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49881360.640.3500.47213.147.0336.27
Hex315888402302Fd52f24
Octal61130210100430573255744
Binary1100011011000100010001000000100011010111111010101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315888; }

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

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

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

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

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

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

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

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