#385D98

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

Shades of Mariner #385D98

Tints of Mariner #385D98

Color information

#385D98 (or 0x385D98) is unknown color: approx Mariner. HEX triplet: 38, 5D and 98. RGB value is (56,93,152). Sum of RGB (Red+Green+Blue) = 56+93+152=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 93 (36.72% from 255 or 30.90% 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 #385D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D98 is #C7A267. Grayscale: #585858. Windows color (decimal): -13083240 or 9985336. OLE color: 9985336.

HSL color Cylindrical-coordinate representation of color #385D98: hue angle of 216.88º 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 #385D98 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5693152-
CMYK0.630.3900.40
HSL216.88º46.15%40.78%-
HSV(B)216.88º63.16%59.61%-
XYZ11.2110.9431.23-
YUV88.66163.74104.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=18.60%
G=30.90%
B=50.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56931520.630.3900.40216.8846.1540.78
Hex385D983F27028d92e29
Octal7013523077470503315651
Binary111000101110110011000111111100111010100011011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D98; }

 p { color: rgb(56,93,152); }

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

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

 a { background-color: rgb(56,93,152); }

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

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

 span { border-color: rgb(56,93,152); }

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