#3C61B0

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

Shades of Mariner #3C61B0

Tints of Mariner #3C61B0

Color information

#3C61B0 (or 0x3C61B0) is unknown color: approx Mariner. HEX triplet: 3C, 61 and B0. RGB value is (60,97,176). Sum of RGB (Red+Green+Blue) = 60+97+176=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C61B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C61B0 is #C39E4F. Grayscale: #5E5E5E. Windows color (decimal): -12820048 or 11559228. OLE color: 11559228.

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

Color convert

RGB6097176-
CMYK0.660.4500.31
HSL220.86º49.15%46.27%-
HSV(B)220.86º65.91%69.02%-
XYZ13.9712.6442.78-
YUV94.94173.74103.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 176 (69.14% from 255) = 52.85%
R=18.02%
G=29.13%
B=52.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60971760.660.4500.31220.8649.1546.27
Hex3C61B0422D01Fdd312e
Octal74141260102550373356156
Binary111100110000110110000100001010110101111111011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C61B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,176); }

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

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

 a { background-color: rgb(60,97,176); }

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

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

 span { border-color: rgb(60,97,176); }

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