#3C68AA

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

Shades of Mariner #3C68AA

Tints of Mariner #3C68AA

Color information

#3C68AA (or 0x3C68AA) is unknown color: approx Mariner. HEX triplet: 3C, 68 and AA. RGB value is (60,104,170). Sum of RGB (Red+Green+Blue) = 60+104+170=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C68AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C68AA is #C39755. Grayscale: #626262. Windows color (decimal): -12818262 or 11167804. OLE color: 11167804.

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

Color convert

RGB60104170-
CMYK0.650.3900.33
HSL216º47.83%45.1%-
HSV(B)216º64.71%66.67%-
XYZ14.0713.7639.95-
YUV98.37168.42100.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=17.96%
G=31.14%
B=50.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601041700.650.3900.3321647.8345.1
Hex3C68AA4127021d8302d
Octal74150252101470413306055
Binary1111001101000101010101000001100111010000111011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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