#356096

Color #356096 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #356096

Tints of Mariner #356096

Color information

#356096 (or 0x356096) is unknown color: approx 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

RGB5396150-
CMYK0.650.3600.41
HSL213.4º47.78%39.8%-
HSV(B)213.4º64.67%58.82%-
XYZ11.1611.3230.45-
YUV89.3162.25102.11-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53961500.650.3600.41213.447.7839.8
Hex3560964124029d53028
Octal65140226101440513256050
Binary1101011100000100101101000001100100010100111010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>