#385B9D

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

Shades of Mariner #385B9D

Tints of Mariner #385B9D

Color information

#385B9D (or 0x385B9D) is unknown color: approx Mariner. HEX triplet: 38, 5B and 9D. RGB value is (56,91,157). Sum of RGB (Red+Green+Blue) = 56+91+157=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #385B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B9D is #C7A462. Grayscale: #575757. Windows color (decimal): -13083747 or 10312504. OLE color: 10312504.

HSL color Cylindrical-coordinate representation of color #385B9D: hue angle of 219.21º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #385B9D is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5691157-
CMYK0.640.4200.38
HSL219.21º47.42%41.76%-
HSV(B)219.21º64.33%61.57%-
XYZ11.4610.7633.37-
YUV88.06166.9105.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 157 (61.72% from 255) = 51.64%
R=18.42%
G=29.93%
B=51.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56911570.640.4200.38219.2147.4241.76
Hex385B9D402A026db2f2a
Octal70133235100520463335752
Binary1110001011011100111011000000101010010011011011011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,157); }

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

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

 a { background-color: rgb(56,91,157); }

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

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

 span { border-color: rgb(56,91,157); }

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