#2F5BAA

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

Shades of Mariner #2F5BAA

Tints of Mariner #2F5BAA

Color information

#2F5BAA (or 0x2F5BAA) is unknown color: approx Mariner. HEX triplet: 2F, 5B and AA. RGB value is (47,91,170). Sum of RGB (Red+Green+Blue) = 47+91+170=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5BAA is #D0A455. Grayscale: #565656. Windows color (decimal): -13673558 or 11164463. OLE color: 11164463.

HSL color Cylindrical-coordinate representation of color #2F5BAA: hue angle of 218.54º 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 #2F5BAA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4791170-
CMYK0.720.4600.33
HSL218.54º56.68%42.55%-
HSV(B)218.54º72.35%66.67%-
XYZ12.1710.9939.51-
YUV86.85174.9299.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=15.26%
G=29.55%
B=55.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47911700.720.4600.33218.5456.6842.55
Hex2F5BAA482E021db392b
Octal57133252110560413337153
Binary1011111011011101010101001000101110010000111011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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