Html Css Color HEX #356099 Mariner

📋 copy color: '#356099'

red 53 ◦ green 96 ◦ blue 153

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

Shades of Mariner #356099

Tints of Mariner #356099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 17.55%
G = 31.79%
B = 50.66%

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

#356099 (or 0x356099) is known color: Mariner. HEX triplet: 35, 60 and 99. RGB value is (53,96,153). Sum of RGB (Red+Green+Blue) = 53+96+153=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #356099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356099 is #CA9F66. Grayscale: #595959. Windows color (decimal): -13279079 or 10051637. OLE color: 10051637.

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

Color convert

RGB 53 96 153 -
CMYK 0.65 0.37 0 0.4
HSL 214.2º 0.49% 0.4% -
HSV(B) 214.2º 0.65% 0.6% -
XYZ 11.4 11.42 31.74 -
YUV 89.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 53 96 153 0.65 0.37 0 0.4 214.2 0.49 0.4
Hex 35 60 99 41 25 0 28 D6 31 28
Octal 65 140 231 101 45 0 50 326 61 50
Binary 110101 1100000 10011001 1000001 100101 0 101000 11010110 110001 101000

Color Harmonies of #356099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356099

Black with #356099

Text Example


Text Example

White with #356099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356099; }

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

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

background-color css

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

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

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

border-color css

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

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

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