Html Css Color HEX #3561AC Mariner

📋 copy color: '#3561AC'

red 53 ◦ green 97 ◦ blue 172

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

Shades of Mariner #3561AC

Tints of Mariner #3561AC

RGB

 RED value IS 53 (21.09% from 255) = 16.46%

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

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 16.46%
G = 30.12%
B = 53.42%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3561AC (or 0x3561AC) is known color: Mariner. HEX triplet: 35, 61 and AC. RGB value is (53,97,172). Sum of RGB (Red+Green+Blue) = 53+97+172=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #3561AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3561AC is #CA9E53. Grayscale: #5C5C5C. Windows color (decimal): -13278804 or 11297077. OLE color: 11297077.

HSL color Cylindrical-coordinate representation of color #3561AC: hue angle of 217.82º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3561AC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 97 172 -
CMYK 0.69 0.44 0 0.33
HSL 217.82º 0.53% 0.44% -
HSV(B) 217.82º 0.69% 0.67% -
XYZ 13.19 12.28 40.71 -
YUV 92.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 53 97 172 0.69 0.44 0 0.33 217.82 0.53 0.44
Hex 35 61 AC 45 2C 0 21 DA 35 2C
Octal 65 141 254 105 54 0 41 332 65 54
Binary 110101 1100001 10101100 1000101 101100 0 100001 11011010 110101 101100

Color Harmonies of #3561AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3561AC

Black with #3561AC

Text Example


Text Example

White with #3561AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3561AC; }

 p { color: rgb(53,97,172); }

 H1.HeaderClassName
 {
   color: #3561AC;
 }
 .AnyTagClassName
 {
   color: #3561AC;
 }
</style>

background-color css

<style>
 a { background-color: #3561AC; }

 a { background-color: rgb(53,97,172); }

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

border-color css

<style>
 span { border-color: #3561AC; }

 span { border-color: rgb(53,97,172); }

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