Html Css Color HEX #355CAD Mariner

📋 copy color: '#355CAD'

red 53 ◦ green 92 ◦ blue 173

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

Shades of Mariner #355CAD

Tints of Mariner #355CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 16.67%
G = 28.93%
B = 54.4%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#355CAD (or 0x355CAD) is known color: Mariner. HEX triplet: 35, 5C and AD. RGB value is (53,92,173). Sum of RGB (Red+Green+Blue) = 53+92+173=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #355CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355CAD is #CAA352. Grayscale: #595959. Windows color (decimal): -13280083 or 11361333. OLE color: 11361333.

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

Color convert

RGB 53 92 173 -
CMYK 0.69 0.47 0 0.32
HSL 220.5º 0.53% 0.44% -
HSV(B) 220.5º 0.69% 0.68% -
XYZ 12.84 11.43 41.06 -
YUV 89.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 53 92 173 0.69 0.47 0 0.32 220.5 0.53 0.44
Hex 35 5C AD 45 2F 0 20 DC 35 2C
Octal 65 134 255 105 57 0 40 334 65 54
Binary 110101 1011100 10101101 1000101 101111 0 100000 11011100 110101 101100

Color Harmonies of #355CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355CAD

Black with #355CAD

Text Example


Text Example

White with #355CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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