#3F58AA

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

Shades of Mariner #3F58AA

Tints of Mariner #3F58AA

Color information

#3F58AA (or 0x3F58AA) is unknown color: approx Mariner. HEX triplet: 3F, 58 and AA. RGB value is (63,88,170). Sum of RGB (Red+Green+Blue) = 63+88+170=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F58AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F58AA is #C0A755. Grayscale: #595959. Windows color (decimal): -12625750 or 11163711. OLE color: 11163711.

HSL color Cylindrical-coordinate representation of color #3F58AA: hue angle of 225.98º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F58AA is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6388170-
CMYK0.630.4800.33
HSL225.98º45.92%45.69%-
HSV(B)225.98º62.94%66.67%-
XYZ12.810.9439.47-
YUV89.87173.22108.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=19.63%
G=27.41%
B=52.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63881700.630.4800.33225.9845.9245.69
Hex3F58AA3F30021e22e2e
Octal7713025277600413425656
Binary111111101100010101010111111110000010000111100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,88,170); }

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

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

 a { background-color: rgb(63,88,170); }

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

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

 span { border-color: rgb(63,88,170); }

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