Html Css Color HEX #355997 Mariner

📋 copy color: '#355997'

red 53 ◦ green 89 ◦ blue 151

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

Shades of Mariner #355997

Tints of Mariner #355997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 151 (59.38% from 255) = 51.54%

R = 18.09%
G = 30.38%
B = 51.54%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#355997 (or 0x355997) is known color: Mariner. HEX triplet: 35, 59 and 97. RGB value is (53,89,151). Sum of RGB (Red+Green+Blue) = 53+89+151=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #355997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355997 is #CAA668. Grayscale: #555555. Windows color (decimal): -13280873 or 9918773. OLE color: 9918773.

HSL color Cylindrical-coordinate representation of color #355997: hue angle of 217.96º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355997 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 89 151 -
CMYK 0.65 0.41 0 0.41
HSL 217.96º 0.48% 0.4% -
HSV(B) 217.96º 0.65% 0.59% -
XYZ 10.63 10.14 30.67 -
YUV 85.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 53 89 151 0.65 0.41 0 0.41 217.96 0.48 0.4
Hex 35 59 97 41 29 0 29 DA 30 28
Octal 65 131 227 101 51 0 51 332 60 50
Binary 110101 1011001 10010111 1000001 101001 0 101001 11011010 110000 101000

Color Harmonies of #355997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355997

Black with #355997

Text Example


Text Example

White with #355997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355997; }

 p { color: rgb(53,89,151); }

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

background-color css

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

 a { background-color: rgb(53,89,151); }

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

border-color css

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

 span { border-color: rgb(53,89,151); }

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