#3D669B

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

Shades of Mariner #3D669B

Tints of Mariner #3D669B

Color information

#3D669B (or 0x3D669B) is unknown color: approx Mariner. HEX triplet: 3D, 66 and 9B. RGB value is (61,102,155). Sum of RGB (Red+Green+Blue) = 61+102+155=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D669B is #C29964. Grayscale: #5F5F5F. Windows color (decimal): -12753253 or 10184253. OLE color: 10184253.

HSL color Cylindrical-coordinate representation of color #3D669B: hue angle of 213.83º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D669B is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61102155-
CMYK0.610.3400.39
HSL213.83º43.52%42.35%-
HSV(B)213.83º60.65%60.78%-
XYZ12.5912.8632.83-
YUV95.78161.42103.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=19.18%
G=32.08%
B=48.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611021550.610.3400.39213.8343.5242.35
Hex3D669B3D22027d62c2a
Octal7514623375420473265452
Binary111101110011010011011111101100010010011111010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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