#3D6399

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

Shades of Mariner #3D6399

Tints of Mariner #3D6399

Color information

#3D6399 (or 0x3D6399) is unknown color: approx Mariner. HEX triplet: 3D, 63 and 99. RGB value is (61,99,153). Sum of RGB (Red+Green+Blue) = 61+99+153=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D6399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6399 is #C29C66. Grayscale: #5D5D5D. Windows color (decimal): -12754023 or 10052413. OLE color: 10052413.

HSL color Cylindrical-coordinate representation of color #3D6399: hue angle of 215.22º 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 #3D6399 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6199153-
CMYK0.600.3500.4
HSL215.22º42.99%41.96%-
HSV(B)215.22º60.13%60%-
XYZ12.1412.2231.86-
YUV93.79161.41104.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.49%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=19.49%
G=31.63%
B=48.88%

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
Decimal61991530.600.3500.4215.2242.9941.96
Hex3D63993C23028d72b2a
Octal7514323174430503275352
Binary111101110001110011001111100100011010100011010111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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