#385D9B

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

Shades of Mariner #385D9B

Tints of Mariner #385D9B

Color information

#385D9B (or 0x385D9B) is unknown color: approx Mariner. HEX triplet: 38, 5D and 9B. RGB value is (56,93,155). Sum of RGB (Red+Green+Blue) = 56+93+155=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #385D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D9B is #C7A264. Grayscale: #585858. Windows color (decimal): -13083237 or 10181944. OLE color: 10181944.

HSL color Cylindrical-coordinate representation of color #385D9B: hue angle of 217.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #385D9B is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5693155-
CMYK0.640.400.39
HSL217.58º46.92%41.37%-
HSV(B)217.58º63.87%60.78%-
XYZ11.4611.0432.54-
YUV89165.24104.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=18.42%
G=30.59%
B=50.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56931550.640.400.39217.5846.9241.37
Hex385D9B4028027da2f29
Octal70135233100500473325751
Binary1110001011101100110111000000101000010011111011010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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