Html Css Color HEX #3D54AD Mariner

📋 copy color: '#3D54AD'

red 61 ◦ green 84 ◦ blue 173

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

Shades of Mariner #3D54AD

Tints of Mariner #3D54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 19.18%
G = 26.42%
B = 54.4%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D54AD (or 0x3D54AD) is known color: Mariner. HEX triplet: 3D, 54 and AD. RGB value is (61,84,173). Sum of RGB (Red+Green+Blue) = 61+84+173=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D54AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D54AD is #C2AB52. Grayscale: #565656. Windows color (decimal): -12757843 or 11359293. OLE color: 11359293.

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

Color convert

RGB 61 84 173 -
CMYK 0.65 0.51 0 0.32
HSL 227.68º 0.48% 0.46% -
HSV(B) 227.68º 0.65% 0.68% -
XYZ 12.64 10.35 40.87 -
YUV 87.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 61 84 173 0.65 0.51 0 0.32 227.68 0.48 0.46
Hex 3D 54 AD 41 33 0 20 E4 30 2E
Octal 75 124 255 101 63 0 40 344 60 56
Binary 111101 1010100 10101101 1000001 110011 0 100000 11100100 110000 101110

Color Harmonies of #3D54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D54AD

Black with #3D54AD

Text Example


Text Example

White with #3D54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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