Html Css Color HEX #3D62AD Mariner

📋 copy color: '#3D62AD'

red 61 ◦ green 98 ◦ blue 173

#3D62AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3D62AD

Tints of Mariner #3D62AD

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 value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D62AD (or 0x3D62AD) is known color: 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

RGB 61 98 173 -
CMYK 0.65 0.43 0 0.32
HSL 220.18º 0.48% 0.46% -
HSV(B) 220.18º 0.65% 0.68% -
XYZ 13.83 12.74 41.27 -
YUV 95.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 61 98 173 0.65 0.43 0 0.32 220.18 0.48 0.46
Hex 3D 62 AD 41 2B 0 20 DC 30 2E
Octal 75 142 255 101 53 0 40 334 60 56
Binary 111101 1100010 10101101 1000001 101011 0 100000 11011100 110000 101110

Color Harmonies of #3D62AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D62AD

Black with #3D62AD

Text Example


Text Example

White with #3D62AD

Text Example


Text Example

HTML Codes & Css Web 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>