#356196

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

Shades of Mariner #356196

Tints of Mariner #356196

Color information

#356196 (or 0x356196) is unknown color: approx Mariner. HEX triplet: 35, 61 and 96. RGB value is (53,97,150). Sum of RGB (Red+Green+Blue) = 53+97+150=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #356196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356196 is #CA9E69. Grayscale: #595959. Windows color (decimal): -13278826 or 9855285. OLE color: 9855285.

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

Color convert

RGB5397150-
CMYK0.650.3500.41
HSL212.78º47.78%39.8%-
HSV(B)212.78º64.67%58.82%-
XYZ11.2511.5130.48-
YUV89.89161.92101.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 150 (58.98% from 255) = 50%
R=17.67%
G=32.33%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53971500.650.3500.41212.7847.7839.8
Hex3561964123029d53028
Octal65141226101430513256050
Binary1101011100001100101101000001100011010100111010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356196; }

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

 H1.HeaderClassName
 {
   color: #356196;
 }
 .AnyTagClassName
 {
   color: #356196;
 }
</style>
background-color css

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

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

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

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

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

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