Html Css Color HEX #355EAA Mariner

📋 copy color: '#355EAA'

red 53 ◦ green 94 ◦ blue 170

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

Shades of Mariner #355EAA

Tints of Mariner #355EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 16.72%
G = 29.65%
B = 53.63%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355EAA (or 0x355EAA) is known color: Mariner. HEX triplet: 35, 5E and AA. RGB value is (53,94,170). Sum of RGB (Red+Green+Blue) = 53+94+170=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #355EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355EAA is #CAA155. Grayscale: #5A5A5A. Windows color (decimal): -13279574 or 11165237. OLE color: 11165237.

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

Color convert

RGB 53 94 170 -
CMYK 0.69 0.45 0 0.33
HSL 218.97º 0.52% 0.44% -
HSV(B) 218.97º 0.69% 0.67% -
XYZ 12.73 11.66 39.61 -
YUV 90.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 53 94 170 0.69 0.45 0 0.33 218.97 0.52 0.44
Hex 35 5E AA 45 2D 0 21 DB 34 2C
Octal 65 136 252 105 55 0 41 333 64 54
Binary 110101 1011110 10101010 1000101 101101 0 100001 11011011 110100 101100

Color Harmonies of #355EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EAA

Black with #355EAA

Text Example


Text Example

White with #355EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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