#315CAB

Color #315CAB Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #315CAB

Tints of Mariner #315CAB

Color information

#315CAB (or 0x315CAB) is unknown color: approx Mariner. HEX triplet: 31, 5C and AB. RGB value is (49,92,171). Sum of RGB (Red+Green+Blue) = 49+92+171=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #315CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315CAB is #CEA354. Grayscale: #575757. Windows color (decimal): -13542229 or 11230257. OLE color: 11230257.

HSL color Cylindrical-coordinate representation of color #315CAB: hue angle of 218.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315CAB is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4992171-
CMYK0.710.4600.33
HSL218.85º55.45%43.14%-
HSV(B)218.85º71.35%67.06%-
XYZ12.4411.2540.04-
YUV88.15174.75100.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=15.71%
G=29.49%
B=54.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49921710.710.4600.33218.8555.4543.14
Hex315CAB472E021db372b
Octal61134253107560413336753
Binary1100011011100101010111000111101110010000111011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315CAB; }

 p { color: rgb(49,92,171); }

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

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

 a { background-color: rgb(49,92,171); }

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

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

 span { border-color: rgb(49,92,171); }

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