#3c669e

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

Shades of Mariner #3C669E

Tints of Mariner #3C669E

Color information

#3C669E (or 0x3C669E) is unknown color: approx Mariner. HEX triplet: 3C, 66 and 9E. RGB value is (60,102,158). Sum of RGB (Red+Green+Blue) = 60+102+158=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C669E is #C39961. Grayscale: #5F5F5F. Windows color (decimal): -12818786 or 10380860. OLE color: 10380860.

HSL color Cylindrical-coordinate representation of color #3C669E: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C669E is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB60102158-
CMYK0.620.3500.38
HSL214.29º44.95%42.75%-
HSV(B)214.29º62.03%61.96%-
XYZ12.7912.9334.17-
YUV95.83163.09102.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=18.75%
G=31.88%
B=49.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601021580.620.3500.38214.2944.9542.75
Hex3C669E3E23026d62d2b
Octal7414623676430463265553
Binary111100110011010011110111110100011010011011010110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c669e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,102,158); }

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

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

 a { background-color: rgb(60,102,158); }

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

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

 span { border-color: rgb(60,102,158); }

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