#385E9D

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

Shades of Mariner #385E9D

Tints of Mariner #385E9D

Color information

#385E9D (or 0x385E9D) is unknown color: approx Mariner. HEX triplet: 38, 5E and 9D. RGB value is (56,94,157). Sum of RGB (Red+Green+Blue) = 56+94+157=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #385E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385E9D is #C7A162. Grayscale: #595959. Windows color (decimal): -13082979 or 10313272. OLE color: 10313272.

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

Color convert

RGB5694157-
CMYK0.640.4000.38
HSL217.43º47.42%41.76%-
HSV(B)217.43º64.33%61.57%-
XYZ11.7211.2833.46-
YUV89.82165.91103.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=18.24%
G=30.62%
B=51.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56941570.640.4000.38217.4347.4241.76
Hex385E9D4028026d92f2a
Octal70136235100500463315752
Binary1110001011110100111011000000101000010011011011001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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