#3F5FB2

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

Shades of Mariner #3F5FB2

Tints of Mariner #3F5FB2

Color information

#3F5FB2 (or 0x3F5FB2) is unknown color: approx Mariner. HEX triplet: 3F, 5F and B2. RGB value is (63,95,178). Sum of RGB (Red+Green+Blue) = 63+95+178=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F5FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5FB2 is #C0A04D. Grayscale: #5E5E5E. Windows color (decimal): -12623950 or 11689791. OLE color: 11689791.

HSL color Cylindrical-coordinate representation of color #3F5FB2: hue angle of 223.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F5FB2 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6395178-
CMYK0.650.4700.30
HSL223.3º47.72%47.25%-
HSV(B)223.3º64.61%69.8%-
XYZ14.1812.4643.78-
YUV94.89174.9105.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=18.75%
G=28.27%
B=52.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63951780.650.4700.30223.347.7247.25
Hex3F5FB2412F01Edf302f
Octal77137262101570363376057
Binary111111101111110110010100000110111101111011011111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5FB2; }

 p { color: rgb(63,95,178); }

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

<style>
 a { background-color: #3F5FB2; }

 a { background-color: rgb(63,95,178); }

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

<style>
 span { border-color: #3F5FB2; }

 span { border-color: rgb(63,95,178); }

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