#386095

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

Shades of Mariner #386095

Tints of Mariner #386095

Color information

#386095 (or 0x386095) is unknown color: approx Mariner. HEX triplet: 38, 60 and 95. RGB value is (56,96,149). Sum of RGB (Red+Green+Blue) = 56+96+149=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #386095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386095 is #C79F6A. Grayscale: #595959. Windows color (decimal): -13082475 or 9789496. OLE color: 9789496.

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

Color convert

RGB5696149-
CMYK0.620.3600.42
HSL214.19º45.37%40.2%-
HSV(B)214.19º62.42%58.43%-
XYZ11.2411.3830.04-
YUV90.08161.25103.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=18.60%
G=31.89%
B=49.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56961490.620.3600.42214.1945.3740.2
Hex3860953E2402Ad62d28
Octal7014022576440523265550
Binary111000110000010010101111110100100010101011010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386095; }

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

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

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

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

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

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

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

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