#386BB9

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

Shades of Mariner #386BB9

Tints of Mariner #386BB9

Color information

#386BB9 (or 0x386BB9) is unknown color: approx Mariner. HEX triplet: 38, 6B and B9. RGB value is (56,107,185). Sum of RGB (Red+Green+Blue) = 56+107+185=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #386BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BB9 is #C79446. Grayscale: #646464. Windows color (decimal): -13079623 or 12151608. OLE color: 12151608.

HSL color Cylindrical-coordinate representation of color #386BB9: hue angle of 216.28º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386BB9 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56107185-
CMYK0.700.4200.27
HSL216.28º53.53%47.25%-
HSV(B)216.28º69.73%72.55%-
XYZ15.6514.8647.94-
YUV100.64175.696.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 185 (72.66% from 255) = 53.16%
R=16.09%
G=30.75%
B=53.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561071850.700.4200.27216.2853.5347.25
Hex386BB9462A01Bd8362f
Octal70153271106520333306657
Binary111000110101110111001100011010101001101111011000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386BB9; }

 p { color: rgb(56,107,185); }

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

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

 a { background-color: rgb(56,107,185); }

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

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

 span { border-color: rgb(56,107,185); }

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