#3D618F

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

Shades of Mariner #3D618F

Tints of Mariner #3D618F

Color information

#3D618F (or 0x3D618F) is unknown color: approx Mariner. HEX triplet: 3D, 61 and 8F. RGB value is (61,97,143). Sum of RGB (Red+Green+Blue) = 61+97+143=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D618F is #C29E70. Grayscale: #5B5B5B. Windows color (decimal): -12754545 or 9396541. OLE color: 9396541.

HSL color Cylindrical-coordinate representation of color #3D618F: hue angle of 213.66º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D618F is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6197143-
CMYK0.570.3200.44
HSL213.66º40.2%40%-
HSV(B)213.66º57.34%56.08%-
XYZ11.1611.5227.62-
YUV91.48157.07106.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 143 (56.25% from 255) = 47.51%
R=20.27%
G=32.23%
B=47.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61971430.570.3200.44213.6640.240
Hex3D618F392002Cd62828
Octal7514121771400543265050
Binary111101110000110001111111001100000010110011010110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,143); }

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

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

 a { background-color: rgb(61,97,143); }

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

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

 span { border-color: rgb(61,97,143); }

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