Html Css Color HEX #3661AD Mariner

📋 copy color: '#3661AD'

red 54 ◦ green 97 ◦ blue 173

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

Shades of Mariner #3661AD

Tints of Mariner #3661AD

RGB

 RED value IS 54 (21.48% from 255) = 16.67%

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 16.67%
G = 29.94%
B = 53.4%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3661AD (or 0x3661AD) is known color: Mariner. HEX triplet: 36, 61 and AD. RGB value is (54,97,173). Sum of RGB (Red+Green+Blue) = 54+97+173=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #3661AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3661AD is #C99E52. Grayscale: #5C5C5C. Windows color (decimal): -13213267 or 11362614. OLE color: 11362614.

HSL color Cylindrical-coordinate representation of color #3661AD: hue angle of 218.32º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3661AD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 97 173 -
CMYK 0.69 0.44 0 0.32
HSL 218.32º 0.52% 0.45% -
HSV(B) 218.32º 0.69% 0.68% -
XYZ 13.34 12.35 41.22 -
YUV 92.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 54 97 173 0.69 0.44 0 0.32 218.32 0.52 0.45
Hex 36 61 AD 45 2C 0 20 DA 34 2D
Octal 66 141 255 105 54 0 40 332 64 55
Binary 110110 1100001 10101101 1000101 101100 0 100000 11011010 110100 101101

Color Harmonies of #3661AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3661AD

Black with #3661AD

Text Example


Text Example

White with #3661AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3661AD; }

 p { color: rgb(54,97,173); }

 H1.HeaderClassName
 {
   color: #3661AD;
 }
 .AnyTagClassName
 {
   color: #3661AD;
 }
</style>

background-color css

<style>
 a { background-color: #3661AD; }

 a { background-color: rgb(54,97,173); }

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

border-color css

<style>
 span { border-color: #3661AD; }

 span { border-color: rgb(54,97,173); }

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