Html Css Color HEX #3261AD Mariner

📋 copy color: '#3261AD'

red 50 ◦ green 97 ◦ blue 173

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

Shades of Mariner #3261AD

Tints of Mariner #3261AD

RGB

 RED value IS 50 (19.92% from 255) = 15.63%

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

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

R = 15.63%
G = 30.31%
B = 54.06%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3261AD (or 0x3261AD) is known color: Mariner. HEX triplet: 32, 61 and AD. RGB value is (50,97,173). Sum of RGB (Red+Green+Blue) = 50+97+173=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #3261AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3261AD is #CD9E52. Grayscale: #5B5B5B. Windows color (decimal): -13475411 or 11362610. OLE color: 11362610.

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

Color convert

RGB 50 97 173 -
CMYK 0.71 0.44 0 0.32
HSL 217.07º 0.55% 0.44% -
HSV(B) 217.07º 0.71% 0.68% -
XYZ 13.13 12.24 41.21 -
YUV 91.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 50 97 173 0.71 0.44 0 0.32 217.07 0.55 0.44
Hex 32 61 AD 47 2C 0 20 D9 37 2C
Octal 62 141 255 107 54 0 40 331 67 54
Binary 110010 1100001 10101101 1000111 101100 0 100000 11011001 110111 101100

Color Harmonies of #3261AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3261AD

Black with #3261AD

Text Example


Text Example

White with #3261AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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