#3C55AA

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

Shades of Mariner #3C55AA

Tints of Mariner #3C55AA

Color information

#3C55AA (or 0x3C55AA) is unknown color: approx Mariner. HEX triplet: 3C, 55 and AA. RGB value is (60,85,170). Sum of RGB (Red+Green+Blue) = 60+85+170=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C55AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C55AA is #C3AA55. Grayscale: #565656. Windows color (decimal): -12823126 or 11162940. OLE color: 11162940.

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

Color convert

RGB6085170-
CMYK0.650.5000.33
HSL226.36º47.83%45.1%-
HSV(B)226.36º64.71%66.67%-
XYZ12.3710.3639.38-
YUV87.21174.72108.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=19.05%
G=26.98%
B=53.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60851700.650.5000.33226.3647.8345.1
Hex3C55AA4132021e2302d
Octal74125252101620413426055
Binary1111001010101101010101000001110010010000111100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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