Html Css Color HEX #355FAA Mariner

📋 copy color: '#355FAA'

red 53 ◦ green 95 ◦ blue 170

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

Shades of Mariner #355FAA

Tints of Mariner #355FAA

RGB

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

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

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

R = 16.67%
G = 29.87%
B = 53.46%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#355FAA (or 0x355FAA) is known color: Mariner. HEX triplet: 35, 5F and AA. RGB value is (53,95,170). Sum of RGB (Red+Green+Blue) = 53+95+170=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #355FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355FAA is #CAA055. Grayscale: #5A5A5A. Windows color (decimal): -13279318 or 11165493. OLE color: 11165493.

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

Color convert

RGB 53 95 170 -
CMYK 0.69 0.44 0 0.33
HSL 218.46º 0.52% 0.44% -
HSV(B) 218.46º 0.69% 0.67% -
XYZ 12.82 11.84 39.64 -
YUV 90.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 53 95 170 0.69 0.44 0 0.33 218.46 0.52 0.44
Hex 35 5F AA 45 2C 0 21 DA 34 2C
Octal 65 137 252 105 54 0 41 332 64 54
Binary 110101 1011111 10101010 1000101 101100 0 100001 11011010 110100 101100

Color Harmonies of #355FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FAA

Black with #355FAA

Text Example


Text Example

White with #355FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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