#3B66AA

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

Shades of Mariner #3B66AA

Tints of Mariner #3B66AA

Color information

#3B66AA (or 0x3B66AA) is unknown color: approx Mariner. HEX triplet: 3B, 66 and AA. RGB value is (59,102,170). Sum of RGB (Red+Green+Blue) = 59+102+170=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B66AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B66AA is #C49955. Grayscale: #606060. Windows color (decimal): -12884310 or 11167291. OLE color: 11167291.

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

Color convert

RGB59102170-
CMYK0.650.400.33
HSL216.76º48.47%44.9%-
HSV(B)216.76º65.29%66.67%-
XYZ13.8113.3339.88-
YUV96.89169.25100.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=17.82%
G=30.82%
B=51.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591021700.650.400.33216.7648.4744.9
Hex3B66AA4128021d9302d
Octal73146252101500413316055
Binary1110111100110101010101000001101000010000111011001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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