#356098

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

Shades of Mariner #356098

Tints of Mariner #356098

Color information

#356098 (or 0x356098) is unknown color: approx Mariner. HEX triplet: 35, 60 and 98. RGB value is (53,96,152). Sum of RGB (Red+Green+Blue) = 53+96+152=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #356098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356098 is #CA9F67. Grayscale: #595959. Windows color (decimal): -13279080 or 9986101. OLE color: 9986101.

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

Color convert

RGB5396152-
CMYK0.650.3700.40
HSL213.94º48.29%40.2%-
HSV(B)213.94º65.13%59.61%-
XYZ11.3211.3931.31-
YUV89.53163.25101.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=17.61%
G=31.89%
B=50.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53961520.650.3700.40213.9448.2940.2
Hex3560984125028d63028
Octal65140230101450503266050
Binary1101011100000100110001000001100101010100011010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356098; }

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

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

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

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

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

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

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

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