Html Css Color HEX #3D63AD Mariner

📋 copy color: '#3D63AD'

red 61 ◦ green 99 ◦ blue 173

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

Shades of Mariner #3D63AD

Tints of Mariner #3D63AD

RGB

 RED value IS 61 (24.22% from 255) = 18.32%

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 18.32%
G = 29.73%
B = 51.95%

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

#3D63AD (or 0x3D63AD) is known color: Mariner. HEX triplet: 3D, 63 and AD. RGB value is (61,99,173). Sum of RGB (Red+Green+Blue) = 61+99+173=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D63AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D63AD is #C29C52. Grayscale: #5F5F5F. Windows color (decimal): -12754003 or 11363133. OLE color: 11363133.

HSL color Cylindrical-coordinate representation of color #3D63AD: hue angle of 219.64º 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 #3D63AD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 99 173 -
CMYK 0.65 0.43 0 0.32
HSL 219.64º 0.48% 0.46% -
HSV(B) 219.64º 0.65% 0.68% -
XYZ 13.93 12.93 41.3 -
YUV 96.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 61 99 173 0.65 0.43 0 0.32 219.64 0.48 0.46
Hex 3D 63 AD 41 2B 0 20 DC 30 2E
Octal 75 143 255 101 53 0 40 334 60 56
Binary 111101 1100011 10101101 1000001 101011 0 100000 11011100 110000 101110

Color Harmonies of #3D63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D63AD

Black with #3D63AD

Text Example


Text Example

White with #3D63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D63AD;
 }
 .AnyTagClassName
 {
   color: #3D63AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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