#3D62AD

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

Shades of Mariner #3D62AD

Tints of Mariner #3D62AD

Color information

#3D62AD (or 0x3D62AD) is unknown color: approx Mariner. HEX triplet: 3D, 62 and AD. RGB value is (61,98,173). Sum of RGB (Red+Green+Blue) = 61+98+173=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D62AD is #C29D52. Grayscale: #5F5F5F. Windows color (decimal): -12754259 or 11362877. OLE color: 11362877.

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

Color convert

RGB6198173-
CMYK0.650.4300.32
HSL220.18º47.86%45.88%-
HSV(B)220.18º64.74%67.84%-
XYZ13.8312.7441.27-
YUV95.49171.74103.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=18.37%
G=29.52%
B=52.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61981730.650.4300.32220.1847.8645.88
Hex3D62AD412B020dc302e
Octal75142255101530403346056
Binary1111011100010101011011000001101011010000011011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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