#3C62B2

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

Shades of Mariner #3C62B2

Tints of Mariner #3C62B2

Color information

#3C62B2 (or 0x3C62B2) is unknown color: approx Mariner. HEX triplet: 3C, 62 and B2. RGB value is (60,98,178). Sum of RGB (Red+Green+Blue) = 60+98+178=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 98 (38.67% from 255 or 29.17% 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 #3C62B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C62B2 is #C39D4D. Grayscale: #5F5F5F. Windows color (decimal): -12819790 or 11690556. OLE color: 11690556.

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

Color convert

RGB6098178-
CMYK0.660.4500.30
HSL220.68º49.58%46.67%-
HSV(B)220.68º66.29%69.8%-
XYZ14.2712.9143.86-
YUV95.76174.41102.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=17.86%
G=29.17%
B=52.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60981780.660.4500.30220.6849.5846.67
Hex3C62B2422D01Edd322f
Octal74142262102550363356257
Binary111100110001010110010100001010110101111011011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C62B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,178); }

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

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

 a { background-color: rgb(60,98,178); }

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

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

 span { border-color: rgb(60,98,178); }

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