Html Css Color HEX #356199 Mariner

📋 copy color: '#356199'

red 53 ◦ green 97 ◦ blue 153

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

Shades of Mariner #356199

Tints of Mariner #356199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 17.49%
G = 32.01%
B = 50.5%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356199 (or 0x356199) is known color: Mariner. HEX triplet: 35, 61 and 99. RGB value is (53,97,153). Sum of RGB (Red+Green+Blue) = 53+97+153=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #356199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356199 is #CA9E66. Grayscale: #595959. Windows color (decimal): -13278823 or 10051893. OLE color: 10051893.

HSL color Cylindrical-coordinate representation of color #356199: hue angle of 213.6º degrees, saturation: 0.49, 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 #356199 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 97 153 -
CMYK 0.65 0.37 0 0.4
HSL 213.6º 0.49% 0.4% -
HSV(B) 213.6º 0.65% 0.6% -
XYZ 11.49 11.61 31.77 -
YUV 90.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 53 97 153 0.65 0.37 0 0.4 213.6 0.49 0.4
Hex 35 61 99 41 25 0 28 D6 31 28
Octal 65 141 231 101 45 0 50 326 61 50
Binary 110101 1100001 10011001 1000001 100101 0 101000 11010110 110001 101000

Color Harmonies of #356199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356199

Black with #356199

Text Example


Text Example

White with #356199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356199; }

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

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

background-color css

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

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

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

border-color css

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

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

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