#3F62AA

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

Shades of Mariner #3F62AA

Tints of Mariner #3F62AA

Color information

#3F62AA (or 0x3F62AA) is unknown color: approx Mariner. HEX triplet: 3F, 62 and AA. RGB value is (63,98,170). Sum of RGB (Red+Green+Blue) = 63+98+170=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F62AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F62AA is #C09D55. Grayscale: #5F5F5F. Windows color (decimal): -12623190 or 11166271. OLE color: 11166271.

HSL color Cylindrical-coordinate representation of color #3F62AA: hue angle of 220.37º 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 #3F62AA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6398170-
CMYK0.630.4200.33
HSL220.37º45.92%45.69%-
HSV(B)220.37º62.94%66.67%-
XYZ13.6712.6939.76-
YUV95.74169.9104.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=19.03%
G=29.61%
B=51.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63981700.630.4200.33220.3745.9245.69
Hex3F62AA3F2A021dc2e2e
Octal7714225277520413345656
Binary111111110001010101010111111101010010000111011100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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