#385C94

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

Shades of Mariner #385C94

Tints of Mariner #385C94

Color information

#385C94 (or 0x385C94) is unknown color: approx Mariner. HEX triplet: 38, 5C and 94. RGB value is (56,92,148). Sum of RGB (Red+Green+Blue) = 56+92+148=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #385C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C94 is #C7A36B. Grayscale: #575757. Windows color (decimal): -13083500 or 9722936. OLE color: 9722936.

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

Color convert

RGB5692148-
CMYK0.620.3800.42
HSL216.52º45.1%40%-
HSV(B)216.52º62.16%58.04%-
XYZ10.810.6329.5-
YUV87.62162.07105.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 148 (58.20% from 255) = 50%
R=18.92%
G=31.08%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56921480.620.3800.42216.5245.140
Hex385C943E2602Ad92d28
Octal7013422476460523315550
Binary111000101110010010100111110100110010101011011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,148); }

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

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

 a { background-color: rgb(56,92,148); }

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

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

 span { border-color: rgb(56,92,148); }

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