#2F5C9E

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

Shades of Mariner #2F5C9E

Tints of Mariner #2F5C9E

Color information

#2F5C9E (or 0x2F5C9E) is unknown color: approx Mariner. HEX triplet: 2F, 5C and 9E. RGB value is (47,92,158). Sum of RGB (Red+Green+Blue) = 47+92+158=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F5C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5C9E is #D0A361. Grayscale: #555555. Windows color (decimal): -13673314 or 10378287. OLE color: 10378287.

HSL color Cylindrical-coordinate representation of color #2F5C9E: hue angle of 215.68º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F5C9E is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4792158-
CMYK0.700.4200.38
HSL215.68º54.15%40.2%-
HSV(B)215.68º70.25%61.96%-
XYZ11.1710.7333.83-
YUV86.07168.59100.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.82%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=15.82%
G=30.98%
B=53.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47921580.700.4200.38215.6854.1540.2
Hex2F5C9E462A026d83628
Octal57134236106520463306650
Binary1011111011100100111101000110101010010011011011000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,92,158); }

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

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

 a { background-color: rgb(47,92,158); }

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

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

 span { border-color: rgb(47,92,158); }

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