#355998

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

Shades of Mariner #355998

Tints of Mariner #355998

Color information

#355998 (or 0x355998) is unknown color: approx Mariner. HEX triplet: 35, 59 and 98. RGB value is (53,89,152). Sum of RGB (Red+Green+Blue) = 53+89+152=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #355998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355998 is #CAA667. Grayscale: #555555. Windows color (decimal): -13280872 or 9984309. OLE color: 9984309.

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

Color convert

RGB5389152-
CMYK0.650.4100.40
HSL218.18º48.29%40.2%-
HSV(B)218.18º65.13%59.61%-
XYZ10.7110.1731.1-
YUV85.42165.57104.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=18.03%
G=30.27%
B=51.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53891520.650.4100.40218.1848.2940.2
Hex3559984129028da3028
Octal65131230101510503326050
Binary1101011011001100110001000001101001010100011011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355998; }

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

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

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

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

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

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

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

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