#3B62B1

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

Shades of Mariner #3B62B1

Tints of Mariner #3B62B1

Color information

#3B62B1 (or 0x3B62B1) is unknown color: approx Mariner. HEX triplet: 3B, 62 and B1. RGB value is (59,98,177). Sum of RGB (Red+Green+Blue) = 59+98+177=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B62B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B62B1 is #C49D4E. Grayscale: #5E5E5E. Windows color (decimal): -12885327 or 11625019. OLE color: 11625019.

HSL color Cylindrical-coordinate representation of color #3B62B1: hue angle of 220.17º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B62B1 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5998177-
CMYK0.670.4500.31
HSL220.17º50%46.27%-
HSV(B)220.17º66.67%69.41%-
XYZ14.1112.8443.33-
YUV95.34174.08102.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.66%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=17.66%
G=29.34%
B=52.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59981770.670.4500.31220.175046.27
Hex3B62B1432D01Fdc322e
Octal73142261103550373346256
Binary111011110001010110001100001110110101111111011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B62B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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