Html Css Color HEX #355FAD Mariner

📋 copy color: '#355FAD'

red 53 ◦ green 95 ◦ blue 173

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

Shades of Mariner #355FAD

Tints of Mariner #355FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

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

R = 16.51%
G = 29.6%
B = 53.89%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#355FAD (or 0x355FAD) is known color: Mariner. HEX triplet: 35, 5F and AD. RGB value is (53,95,173). Sum of RGB (Red+Green+Blue) = 53+95+173=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #355FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355FAD is #CAA052. Grayscale: #5A5A5A. Windows color (decimal): -13279315 or 11362101. OLE color: 11362101.

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

Color convert

RGB 53 95 173 -
CMYK 0.69 0.45 0 0.32
HSL 219º 0.53% 0.44% -
HSV(B) 219º 0.69% 0.68% -
XYZ 13.1 11.96 41.15 -
YUV 91.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 53 95 173 0.69 0.45 0 0.32 219 0.53 0.44
Hex 35 5F AD 45 2D 0 20 DB 35 2C
Octal 65 137 255 105 55 0 40 333 65 54
Binary 110101 1011111 10101101 1000101 101101 0 100000 11011011 110101 101100

Color Harmonies of #355FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FAD

Black with #355FAD

Text Example


Text Example

White with #355FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355FAD; }

 p { color: rgb(53,95,173); }

 H1.HeaderClassName
 {
   color: #355FAD;
 }
 .AnyTagClassName
 {
   color: #355FAD;
 }
</style>

background-color css

<style>
 a { background-color: #355FAD; }

 a { background-color: rgb(53,95,173); }

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

border-color css

<style>
 span { border-color: #355FAD; }

 span { border-color: rgb(53,95,173); }

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