Html Css Color HEX #3561AA Mariner

📋 copy color: '#3561AA'

red 53 ◦ green 97 ◦ blue 170

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

Shades of Mariner #3561AA

Tints of Mariner #3561AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 16.56%
G = 30.31%
B = 53.13%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3561AA (or 0x3561AA) is known color: Mariner. HEX triplet: 35, 61 and AA. RGB value is (53,97,170). Sum of RGB (Red+Green+Blue) = 53+97+170=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #3561AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3561AA is #CA9E55. Grayscale: #5B5B5B. Windows color (decimal): -13278806 or 11166005. OLE color: 11166005.

HSL color Cylindrical-coordinate representation of color #3561AA: hue angle of 217.44º degrees, saturation: 0.52, 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 #3561AA is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 97 170 -
CMYK 0.69 0.43 0 0.33
HSL 217.44º 0.52% 0.44% -
HSV(B) 217.44º 0.69% 0.67% -
XYZ 13 12.21 39.7 -
YUV 92.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 53 97 170 0.69 0.43 0 0.33 217.44 0.52 0.44
Hex 35 61 AA 45 2B 0 21 D9 34 2C
Octal 65 141 252 105 53 0 41 331 64 54
Binary 110101 1100001 10101010 1000101 101011 0 100001 11011001 110100 101100

Color Harmonies of #3561AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3561AA

Black with #3561AA

Text Example


Text Example

White with #3561AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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