#3C6AA4

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

Shades of Mariner #3C6AA4

Tints of Mariner #3C6AA4

Color information

#3C6AA4 (or 0x3C6AA4) is unknown color: approx Mariner. HEX triplet: 3C, 6A and A4. RGB value is (60,106,164). Sum of RGB (Red+Green+Blue) = 60+106+164=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C6AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6AA4 is #C3955B. Grayscale: #626262. Windows color (decimal): -12817756 or 10775100. OLE color: 10775100.

HSL color Cylindrical-coordinate representation of color #3C6AA4: hue angle of 213.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C6AA4 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB60106164-
CMYK0.630.3500.36
HSL213.46º46.43%43.92%-
HSV(B)213.46º63.41%64.31%-
XYZ13.7213.9537.09-
YUV98.86164.76100.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=18.18%
G=32.12%
B=49.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601061640.630.3500.36213.4646.4343.92
Hex3C6AA43F23024d52e2c
Octal7415224477430443255654
Binary111100110101010100100111111100011010010011010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,106,164); }

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

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

 a { background-color: rgb(60,106,164); }

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

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

 span { border-color: rgb(60,106,164); }

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