#356199

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

Shades of Mariner #356199

Tints of Mariner #356199

Color information

#356199 (or 0x356199) is unknown color: approx Mariner. HEX triplet: 35, 61 and 99. RGB value is (53,97,153). Sum of RGB (Red+Green+Blue) = 53+97+153=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #356199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356199 is #CA9E66. Grayscale: #595959. Windows color (decimal): -13278823 or 10051893. OLE color: 10051893.

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

Color convert

RGB5397153-
CMYK0.650.3700.4
HSL213.6º48.54%40.39%-
HSV(B)213.6º65.36%60%-
XYZ11.4911.6131.77-
YUV90.23163.42101.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=17.49%
G=32.01%
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.4
SystemRedGreenBlueCMYKHSL
Decimal53971530.650.3700.4213.648.5440.39
Hex3561994125028d63128
Octal65141231101450503266150
Binary1101011100001100110011000001100101010100011010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356199; }

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

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

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

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

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

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

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

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