#3C54AB

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

Shades of Mariner #3C54AB

Tints of Mariner #3C54AB

Color information

#3C54AB (or 0x3C54AB) is unknown color: approx Mariner. HEX triplet: 3C, 54 and AB. RGB value is (60,84,171). Sum of RGB (Red+Green+Blue) = 60+84+171=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C54AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C54AB is #C3AB54. Grayscale: #565656. Windows color (decimal): -12823381 or 11228220. OLE color: 11228220.

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

Color convert

RGB6084171-
CMYK0.650.5100.33
HSL227.03º48.05%45.29%-
HSV(B)227.03º64.91%67.06%-
XYZ12.3810.2439.85-
YUV86.74175.55108.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=19.05%
G=26.67%
B=54.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60841710.650.5100.33227.0348.0545.29
Hex3C54AB4133021e3302d
Octal74124253101630413436055
Binary1111001010100101010111000001110011010000111100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,171); }

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

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

 a { background-color: rgb(60,84,171); }

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

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

 span { border-color: rgb(60,84,171); }

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