#3C6BA2

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

Shades of Mariner #3C6BA2

Tints of Mariner #3C6BA2

Color information

#3C6BA2 (or 0x3C6BA2) is unknown color: approx Mariner. HEX triplet: 3C, 6B and A2. RGB value is (60,107,162). Sum of RGB (Red+Green+Blue) = 60+107+162=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C6BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6BA2 is #C3945D. Grayscale: #626262. Windows color (decimal): -12817502 or 10644284. OLE color: 10644284.

HSL color Cylindrical-coordinate representation of color #3C6BA2: hue angle of 212.35º 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 #3C6BA2 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB60107162-
CMYK0.630.3400.36
HSL212.35º45.95%43.53%-
HSV(B)212.35º62.96%63.53%-
XYZ13.6414.0836.18-
YUV99.22163.43100.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=18.24%
G=32.52%
B=49.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601071620.630.3400.36212.3545.9543.53
Hex3C6BA23F22024d42e2c
Octal7415324277420443245654
Binary111100110101110100010111111100010010010011010100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,107,162); }

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

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

 a { background-color: rgb(60,107,162); }

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

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

 span { border-color: rgb(60,107,162); }

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