#2F5FAA

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

Shades of Mariner #2F5FAA

Tints of Mariner #2F5FAA

Color information

#2F5FAA (or 0x2F5FAA) is unknown color: approx Mariner. HEX triplet: 2F, 5F and AA. RGB value is (47,95,170). Sum of RGB (Red+Green+Blue) = 47+95+170=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F5FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5FAA is #D0A055. Grayscale: #585858. Windows color (decimal): -13672534 or 11165487. OLE color: 11165487.

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

Color convert

RGB4795170-
CMYK0.720.4400.33
HSL216.59º56.68%42.55%-
HSV(B)216.59º72.35%66.67%-
XYZ12.5211.6939.63-
YUV89.2173.697.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.06%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=15.06%
G=30.45%
B=54.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47951700.720.4400.33216.5956.6842.55
Hex2F5FAA482C021d9392b
Octal57137252110540413317153
Binary1011111011111101010101001000101100010000111011001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,170); }

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

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

 a { background-color: rgb(47,95,170); }

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

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

 span { border-color: rgb(47,95,170); }

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