#366198

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

Shades of Mariner #366198

Tints of Mariner #366198

Color information

#366198 (or 0x366198) is unknown color: approx Mariner. HEX triplet: 36, 61 and 98. RGB value is (54,97,152). Sum of RGB (Red+Green+Blue) = 54+97+152=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #366198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366198 is #C99E67. Grayscale: #5A5A5A. Windows color (decimal): -13213288 or 9986358. OLE color: 9986358.

HSL color Cylindrical-coordinate representation of color #366198: hue angle of 213.67º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366198 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5497152-
CMYK0.640.3600.40
HSL213.67º47.57%40.39%-
HSV(B)213.67º64.47%59.61%-
XYZ11.4611.631.34-
YUV90.41162.75102.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=17.82%
G=32.01%
B=50.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54971520.640.3600.40213.6747.5740.39
Hex3661984024028d63028
Octal66141230100440503266050
Binary1101101100001100110001000000100100010100011010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366198; }

 p { color: rgb(54,97,152); }

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

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

 a { background-color: rgb(54,97,152); }

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

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

 span { border-color: rgb(54,97,152); }

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