#3D6AA7

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

Shades of Mariner #3D6AA7

Tints of Mariner #3D6AA7

Color information

#3D6AA7 (or 0x3D6AA7) is unknown color: approx Mariner. HEX triplet: 3D, 6A and A7. RGB value is (61,106,167). Sum of RGB (Red+Green+Blue) = 61+106+167=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D6AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6AA7 is #C29558. Grayscale: #636363. Windows color (decimal): -12752217 or 10971709. OLE color: 10971709.

HSL color Cylindrical-coordinate representation of color #3D6AA7: hue angle of 214.53º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D6AA7 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB61106167-
CMYK0.630.3700.35
HSL214.53º46.49%44.71%-
HSV(B)214.53º63.47%65.49%-
XYZ14.0514.0938.54-
YUV99.5166.09100.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 167 (65.62% from 255) = 50%
R=18.26%
G=31.74%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal611061670.630.3700.35214.5346.4944.71
Hex3D6AA73F25023d72e2d
Octal7515224777450433275655
Binary111101110101010100111111111100101010001111010111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,167); }

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

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

 a { background-color: rgb(61,106,167); }

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

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

 span { border-color: rgb(61,106,167); }

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