Html Css Color HEX #356198 Mariner

📋 copy color: '#356198'

red 53 ◦ green 97 ◦ blue 152

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

Shades of Mariner #356198

Tints of Mariner #356198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 17.55%
G = 32.12%
B = 50.33%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#356198 (or 0x356198) is known color: Mariner. HEX triplet: 35, 61 and 98. RGB value is (53,97,152). Sum of RGB (Red+Green+Blue) = 53+97+152=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #356198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356198 is #CA9E67. Grayscale: #595959. Windows color (decimal): -13278824 or 9986357. OLE color: 9986357.

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

Color convert

RGB 53 97 152 -
CMYK 0.65 0.36 0 0.40
HSL 213.33º 0.48% 0.4% -
HSV(B) 213.33º 0.65% 0.6% -
XYZ 11.41 11.57 31.34 -
YUV 90.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 53 97 152 0.65 0.36 0 0.40 213.33 0.48 0.4
Hex 35 61 98 41 24 0 28 D5 30 28
Octal 65 141 230 101 44 0 50 325 60 50
Binary 110101 1100001 10011000 1000001 100100 0 101000 11010101 110000 101000

Color Harmonies of #356198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356198

Black with #356198

Text Example


Text Example

White with #356198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356198; }

 p { color: rgb(53,97,152); }

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

background-color css

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

 a { background-color: rgb(53,97,152); }

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

border-color css

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

 span { border-color: rgb(53,97,152); }

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