#3D62AF

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

Shades of Mariner #3D62AF

Tints of Mariner #3D62AF

Color information

#3D62AF (or 0x3D62AF) is unknown color: approx Mariner. HEX triplet: 3D, 62 and AF. RGB value is (61,98,175). Sum of RGB (Red+Green+Blue) = 61+98+175=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D62AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D62AF is #C29D50. Grayscale: #5F5F5F. Windows color (decimal): -12754257 or 11493949. OLE color: 11493949.

HSL color Cylindrical-coordinate representation of color #3D62AF: hue angle of 220.53º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D62AF is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6198175-
CMYK0.650.4400.31
HSL220.53º48.31%46.27%-
HSV(B)220.53º65.14%68.63%-
XYZ14.0312.8242.29-
YUV95.72172.74103.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=18.26%
G=29.34%
B=52.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61981750.650.4400.31220.5348.3146.27
Hex3D62AF412C01Fdd302e
Octal75142257101540373356056
Binary111101110001010101111100000110110001111111011101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,175); }

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

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

 a { background-color: rgb(61,98,175); }

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

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

 span { border-color: rgb(61,98,175); }

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