#3D6499

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

Shades of Mariner #3D6499

Tints of Mariner #3D6499

Color information

#3D6499 (or 0x3D6499) is unknown color: approx Mariner. HEX triplet: 3D, 64 and 99. RGB value is (61,100,153). Sum of RGB (Red+Green+Blue) = 61+100+153=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D6499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6499 is #C29B66. Grayscale: #5E5E5E. Windows color (decimal): -12753767 or 10052669. OLE color: 10052669.

HSL color Cylindrical-coordinate representation of color #3D6499: hue angle of 214.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D6499 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB61100153-
CMYK0.600.3500.4
HSL214.57º42.99%41.96%-
HSV(B)214.57º60.13%60%-
XYZ12.2312.4131.89-
YUV94.38161.08104.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=19.43%
G=31.85%
B=48.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal611001530.600.3500.4214.5742.9941.96
Hex3D64993C23028d72b2a
Octal7514423174430503275352
Binary111101110010010011001111100100011010100011010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,153); }

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

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

 a { background-color: rgb(61,100,153); }

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

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

 span { border-color: rgb(61,100,153); }

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