#3D66AF

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

Shades of Mariner #3D66AF

Tints of Mariner #3D66AF

Color information

#3D66AF (or 0x3D66AF) is unknown color: approx Mariner. HEX triplet: 3D, 66 and AF. RGB value is (61,102,175). Sum of RGB (Red+Green+Blue) = 61+102+175=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D66AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D66AF is #C29950. Grayscale: #616161. Windows color (decimal): -12753233 or 11494973. OLE color: 11494973.

HSL color Cylindrical-coordinate representation of color #3D66AF: hue angle of 218.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D66AF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61102175-
CMYK0.650.4200.31
HSL218.42º48.31%46.27%-
HSV(B)218.42º65.14%68.63%-
XYZ14.4113.5942.42-
YUV98.06171.42101.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=18.05%
G=30.18%
B=51.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611021750.650.4200.31218.4248.3146.27
Hex3D66AF412A01Fda302e
Octal75146257101520373326056
Binary111101110011010101111100000110101001111111011010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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