#3C63AC

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

Shades of Mariner #3C63AC

Tints of Mariner #3C63AC

Color information

#3C63AC (or 0x3C63AC) is unknown color: approx Mariner. HEX triplet: 3C, 63 and AC. RGB value is (60,99,172). Sum of RGB (Red+Green+Blue) = 60+99+172=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C63AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C63AC is #C39C53. Grayscale: #5F5F5F. Windows color (decimal): -12819540 or 11297596. OLE color: 11297596.

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

Color convert

RGB6099172-
CMYK0.650.4200.33
HSL219.11º48.28%45.49%-
HSV(B)219.11º65.12%67.45%-
XYZ13.7712.8640.79-
YUV95.66171.08102.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=18.13%
G=29.91%
B=51.96%

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
Decimal60991720.650.4200.33219.1148.2845.49
Hex3C63AC412A021db302d
Octal74143254101520413336055
Binary1111001100011101011001000001101010010000111011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,99,172); }

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

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

 a { background-color: rgb(60,99,172); }

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

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

 span { border-color: rgb(60,99,172); }

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