#3B62AA

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

Shades of Mariner #3B62AA

Tints of Mariner #3B62AA

Color information

#3B62AA (or 0x3B62AA) is unknown color: approx Mariner. HEX triplet: 3B, 62 and AA. RGB value is (59,98,170). Sum of RGB (Red+Green+Blue) = 59+98+170=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B62AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B62AA is #C49D55. Grayscale: #5E5E5E. Windows color (decimal): -12885334 or 11166267. OLE color: 11166267.

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

Color convert

RGB5998170-
CMYK0.650.4200.33
HSL218.92º48.47%44.9%-
HSV(B)218.92º65.29%66.67%-
XYZ13.4312.5739.75-
YUV94.55170.58102.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=18.04%
G=29.97%
B=51.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59981700.650.4200.33218.9248.4744.9
Hex3B62AA412A021db302d
Octal73142252101520413336055
Binary1110111100010101010101000001101010010000111011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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