Html Css Color HEX #355FAE Mariner

📋 copy color: '#355FAE'

red 53 ◦ green 95 ◦ blue 174

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

Shades of Mariner #355FAE

Tints of Mariner #355FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 16.46%
G = 29.5%
B = 54.04%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#355FAE (or 0x355FAE) is known color: Mariner. HEX triplet: 35, 5F and AE. RGB value is (53,95,174). Sum of RGB (Red+Green+Blue) = 53+95+174=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #355FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355FAE is #CAA051. Grayscale: #5B5B5B. Windows color (decimal): -13279314 or 11427637. OLE color: 11427637.

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

Color convert

RGB 53 95 174 -
CMYK 0.70 0.45 0 0.32
HSL 219.17º 0.53% 0.45% -
HSV(B) 219.17º 0.7% 0.68% -
XYZ 13.2 12 41.66 -
YUV 91.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 53 95 174 0.70 0.45 0 0.32 219.17 0.53 0.45
Hex 35 5F AE 46 2D 0 20 DB 35 2D
Octal 65 137 256 106 55 0 40 333 65 55
Binary 110101 1011111 10101110 1000110 101101 0 100000 11011011 110101 101101

Color Harmonies of #355FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FAE

Black with #355FAE

Text Example


Text Example

White with #355FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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