#3D66AA

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

Shades of Mariner #3D66AA

Tints of Mariner #3D66AA

Color information

#3D66AA (or 0x3D66AA) is unknown color: approx Mariner. HEX triplet: 3D, 66 and AA. RGB value is (61,102,170). Sum of RGB (Red+Green+Blue) = 61+102+170=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D66AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D66AA is #C29955. Grayscale: #616161. Windows color (decimal): -12753238 or 11167293. OLE color: 11167293.

HSL color Cylindrical-coordinate representation of color #3D66AA: hue angle of 217.43º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D66AA is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61102170-
CMYK0.640.400.33
HSL217.43º47.19%45.29%-
HSV(B)217.43º64.12%66.67%-
XYZ13.9313.439.88-
YUV97.49168.92101.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=18.32%
G=30.63%
B=51.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611021700.640.400.33217.4347.1945.29
Hex3D66AA4028021d92f2d
Octal75146252100500413315755
Binary1111011100110101010101000000101000010000111011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,170); }

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

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

 a { background-color: rgb(61,102,170); }

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

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

 span { border-color: rgb(61,102,170); }

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