Html Css Color HEX #355DAD Mariner

📋 copy color: '#355DAD'

red 53 ◦ green 93 ◦ blue 173

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

Shades of Mariner #355DAD

Tints of Mariner #355DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

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

R = 16.61%
G = 29.15%
B = 54.23%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#355DAD (or 0x355DAD) is known color: Mariner. HEX triplet: 35, 5D and AD. RGB value is (53,93,173). Sum of RGB (Red+Green+Blue) = 53+93+173=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #355DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DAD is #CAA252. Grayscale: #595959. Windows color (decimal): -13279827 or 11361589. OLE color: 11361589.

HSL color Cylindrical-coordinate representation of color #355DAD: hue angle of 220º 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 #355DAD is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 93 173 -
CMYK 0.69 0.46 0 0.32
HSL 220º 0.53% 0.44% -
HSV(B) 220º 0.69% 0.68% -
XYZ 12.93 11.6 41.09 -
YUV 90.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 53 93 173 0.69 0.46 0 0.32 220 0.53 0.44
Hex 35 5D AD 45 2E 0 20 DC 35 2C
Octal 65 135 255 105 56 0 40 334 65 54
Binary 110101 1011101 10101101 1000101 101110 0 100000 11011100 110101 101100

Color Harmonies of #355DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355DAD

Black with #355DAD

Text Example


Text Example

White with #355DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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