#3D669E

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

Shades of Mariner #3D669E

Tints of Mariner #3D669E

Color information

#3D669E (or 0x3D669E) is unknown color: approx Mariner. HEX triplet: 3D, 66 and 9E. RGB value is (61,102,158). Sum of RGB (Red+Green+Blue) = 61+102+158=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D669E is #C29961. Grayscale: #5F5F5F. Windows color (decimal): -12753250 or 10380861. OLE color: 10380861.

HSL color Cylindrical-coordinate representation of color #3D669E: hue angle of 214.64º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D669E is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB61102158-
CMYK0.610.3500.38
HSL214.64º44.29%42.94%-
HSV(B)214.64º61.39%61.96%-
XYZ12.8512.9634.17-
YUV96.12162.92102.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=19.00%
G=31.78%
B=49.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611021580.610.3500.38214.6444.2942.94
Hex3D669E3D23026d72c2b
Octal7514623675430463275453
Binary111101110011010011110111101100011010011011010111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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