#3C53AA

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

Shades of Mariner #3C53AA

Tints of Mariner #3C53AA

Color information

#3C53AA (or 0x3C53AA) is unknown color: approx Mariner. HEX triplet: 3C, 53 and AA. RGB value is (60,83,170). Sum of RGB (Red+Green+Blue) = 60+83+170=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C53AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C53AA is #C3AC55. Grayscale: #555555. Windows color (decimal): -12823638 or 11162428. OLE color: 11162428.

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

Color convert

RGB6083170-
CMYK0.650.5100.33
HSL227.45º47.83%45.1%-
HSV(B)227.45º64.71%66.67%-
XYZ12.2110.0539.33-
YUV86.04175.38109.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=19.17%
G=26.52%
B=54.31%

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
Decimal60831700.650.5100.33227.4547.8345.1
Hex3C53AA4133021e3302d
Octal74123252101630413436055
Binary1111001010011101010101000001110011010000111100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,170); }

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

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

 a { background-color: rgb(60,83,170); }

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

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

 span { border-color: rgb(60,83,170); }

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