#3C68AE

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

Shades of Mariner #3C68AE

Tints of Mariner #3C68AE

Color information

#3C68AE (or 0x3C68AE) is unknown color: approx Mariner. HEX triplet: 3C, 68 and AE. RGB value is (60,104,174). Sum of RGB (Red+Green+Blue) = 60+104+174=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C68AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C68AE is #C39751. Grayscale: #626262. Windows color (decimal): -12818258 or 11429948. OLE color: 11429948.

HSL color Cylindrical-coordinate representation of color #3C68AE: hue angle of 216.84º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C68AE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB60104174-
CMYK0.660.4000.32
HSL216.84º48.72%45.88%-
HSV(B)216.84º65.52%68.24%-
XYZ14.4513.9241.97-
YUV98.82170.42100.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.75%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=17.75%
G=30.77%
B=51.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal601041740.660.4000.32216.8448.7245.88
Hex3C68AE4228020d9312e
Octal74150256102500403316156
Binary1111001101000101011101000010101000010000011011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,104,174); }

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

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

 a { background-color: rgb(60,104,174); }

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

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

 span { border-color: rgb(60,104,174); }

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