#386093

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

Shades of Mariner #386093

Tints of Mariner #386093

Color information

#386093 (or 0x386093) is unknown color: approx Mariner. HEX triplet: 38, 60 and 93. RGB value is (56,96,147). Sum of RGB (Red+Green+Blue) = 56+96+147=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #386093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386093 is #C79F6C. Grayscale: #595959. Windows color (decimal): -13082477 or 9658424. OLE color: 9658424.

HSL color Cylindrical-coordinate representation of color #386093: hue angle of 213.63º 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 #386093 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5696147-
CMYK0.620.3500.42
HSL213.63º44.83%39.8%-
HSV(B)213.63º61.9%57.65%-
XYZ11.0811.3129.2-
YUV89.85160.25103.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=18.73%
G=32.11%
B=49.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56961470.620.3500.42213.6344.8339.8
Hex3860933E2302Ad62d28
Octal7014022376430523265550
Binary111000110000010010011111110100011010101011010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386093; }

 p { color: rgb(56,96,147); }

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

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

 a { background-color: rgb(56,96,147); }

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

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

 span { border-color: rgb(56,96,147); }

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