Html Css Color HEX #3564A9 Mariner

📋 copy color: '#3564A9'

red 53 ◦ green 100 ◦ blue 169

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

Shades of Mariner #3564A9

Tints of Mariner #3564A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 52.48%

R = 16.46%
G = 31.06%
B = 52.48%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3564A9 (or 0x3564A9) is known color: Mariner. HEX triplet: 35, 64 and A9. RGB value is (53,100,169). Sum of RGB (Red+Green+Blue) = 53+100+169=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #3564A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3564A9 is #CA9B56. Grayscale: #5D5D5D. Windows color (decimal): -13278039 or 11101237. OLE color: 11101237.

HSL color Cylindrical-coordinate representation of color #3564A9: hue angle of 215.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3564A9 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 100 169 -
CMYK 0.69 0.41 0 0.34
HSL 215.69º 0.52% 0.44% -
HSV(B) 215.69º 0.69% 0.66% -
XYZ 13.19 12.74 39.3 -
YUV 93.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 53 100 169 0.69 0.41 0 0.34 215.69 0.52 0.44
Hex 35 64 A9 45 29 0 22 D8 34 2C
Octal 65 144 251 105 51 0 42 330 64 54
Binary 110101 1100100 10101001 1000101 101001 0 100010 11011000 110100 101100

Color Harmonies of #3564A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3564A9

Black with #3564A9

Text Example


Text Example

White with #3564A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3564A9; }

 p { color: rgb(53,100,169); }

 H1.HeaderClassName
 {
   color: #3564A9;
 }
 .AnyTagClassName
 {
   color: #3564A9;
 }
</style>

background-color css

<style>
 a { background-color: #3564A9; }

 a { background-color: rgb(53,100,169); }

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

border-color css

<style>
 span { border-color: #3564A9; }

 span { border-color: rgb(53,100,169); }

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