#386199

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

Shades of Mariner #386199

Tints of Mariner #386199

Color information

#386199 (or 0x386199) is unknown color: approx Mariner. HEX triplet: 38, 61 and 99. RGB value is (56,97,153). Sum of RGB (Red+Green+Blue) = 56+97+153=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #386199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386199 is #C79E66. Grayscale: #5A5A5A. Windows color (decimal): -13082215 or 10051896. OLE color: 10051896.

HSL color Cylindrical-coordinate representation of color #386199: hue angle of 214.64º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386199 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5697153-
CMYK0.630.3700.4
HSL214.64º46.41%40.98%-
HSV(B)214.64º63.4%60%-
XYZ11.6611.6931.78-
YUV91.12162.92102.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 153 (60.16% from 255) = 50%
R=18.30%
G=31.70%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56971530.630.3700.4214.6446.4140.98
Hex3861993F25028d72e29
Octal7014123177450503275651
Binary111000110000110011001111111100101010100011010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386199; }

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

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

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

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

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

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

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

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