Html Css Color HEX #356096 Mariner

📋 copy color: '#356096'

red 53 ◦ green 96 ◦ blue 150

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

Shades of Mariner #356096

Tints of Mariner #356096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 17.73%
G = 32.11%
B = 50.17%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#356096 (or 0x356096) is known color: Mariner. HEX triplet: 35, 60 and 96. RGB value is (53,96,150). Sum of RGB (Red+Green+Blue) = 53+96+150=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #356096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356096 is #CA9F69. Grayscale: #595959. Windows color (decimal): -13279082 or 9855029. OLE color: 9855029.

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

Color convert

RGB 53 96 150 -
CMYK 0.65 0.36 0 0.41
HSL 213.4º 0.48% 0.4% -
HSV(B) 213.4º 0.65% 0.59% -
XYZ 11.16 11.32 30.45 -
YUV 89.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 53 96 150 0.65 0.36 0 0.41 213.4 0.48 0.4
Hex 35 60 96 41 24 0 29 D5 30 28
Octal 65 140 226 101 44 0 51 325 60 50
Binary 110101 1100000 10010110 1000001 100100 0 101001 11010101 110000 101000

Color Harmonies of #356096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356096

Black with #356096

Text Example


Text Example

White with #356096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356096; }

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

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

background-color css

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

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

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

border-color css

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

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

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