#2F5DAB

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

Shades of Mariner #2F5DAB

Tints of Mariner #2F5DAB

Color information

#2F5DAB (or 0x2F5DAB) is unknown color: approx Mariner. HEX triplet: 2F, 5D and AB. RGB value is (47,93,171). Sum of RGB (Red+Green+Blue) = 47+93+171=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5DAB is #D0A254. Grayscale: #575757. Windows color (decimal): -13673045 or 11230511. OLE color: 11230511.

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

Color convert

RGB4793171-
CMYK0.730.4600.33
HSL217.74º56.88%42.75%-
HSV(B)217.74º72.51%67.06%-
XYZ12.4411.3740.07-
YUV88.14174.7698.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.11%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=15.11%
G=29.90%
B=54.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47931710.730.4600.33217.7456.8842.75
Hex2F5DAB492E021da392b
Octal57135253111560413327153
Binary1011111011101101010111001001101110010000111011010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5DAB; }

 p { color: rgb(47,93,171); }

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

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

 a { background-color: rgb(47,93,171); }

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

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

 span { border-color: rgb(47,93,171); }

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