Html Css Color HEX #3D64AD Mariner

📋 copy color: '#3D64AD'

red 61 ◦ green 100 ◦ blue 173

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

Shades of Mariner #3D64AD

Tints of Mariner #3D64AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 18.26%
G = 29.94%
B = 51.8%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D64AD (or 0x3D64AD) is known color: Mariner. HEX triplet: 3D, 64 and AD. RGB value is (61,100,173). Sum of RGB (Red+Green+Blue) = 61+100+173=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D64AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D64AD is #C29B52. Grayscale: #606060. Windows color (decimal): -12753747 or 11363389. OLE color: 11363389.

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

Color convert

RGB 61 100 173 -
CMYK 0.65 0.42 0 0.32
HSL 219.11º 0.48% 0.46% -
HSV(B) 219.11º 0.65% 0.68% -
XYZ 14.02 13.12 41.33 -
YUV 96.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 61 100 173 0.65 0.42 0 0.32 219.11 0.48 0.46
Hex 3D 64 AD 41 2A 0 20 DB 30 2E
Octal 75 144 255 101 52 0 40 333 60 56
Binary 111101 1100100 10101101 1000001 101010 0 100000 11011011 110000 101110

Color Harmonies of #3D64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D64AD

Black with #3D64AD

Text Example


Text Example

White with #3D64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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