Html Css Color HEX #356299 Mariner

📋 copy color: '#356299'

red 53 ◦ green 98 ◦ blue 153

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

Shades of Mariner #356299

Tints of Mariner #356299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 17.43%
G = 32.24%
B = 50.33%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#356299 (or 0x356299) is known color: Mariner. HEX triplet: 35, 62 and 99. RGB value is (53,98,153). Sum of RGB (Red+Green+Blue) = 53+98+153=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #356299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356299 is #CA9D66. Grayscale: #5A5A5A. Windows color (decimal): -13278567 or 10052149. OLE color: 10052149.

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

Color convert

RGB 53 98 153 -
CMYK 0.65 0.36 0 0.4
HSL 213º 0.49% 0.4% -
HSV(B) 213º 0.65% 0.6% -
XYZ 11.59 11.79 31.8 -
YUV 90.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 53 98 153 0.65 0.36 0 0.4 213 0.49 0.4
Hex 35 62 99 41 24 0 28 D5 31 28
Octal 65 142 231 101 44 0 50 325 61 50
Binary 110101 1100010 10011001 1000001 100100 0 101000 11010101 110001 101000

Color Harmonies of #356299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356299

Black with #356299

Text Example


Text Example

White with #356299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356299; }

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

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

background-color css

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

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

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

border-color css

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

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

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