#386192

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

Shades of Mariner #386192

Tints of Mariner #386192

Color information

#386192 (or 0x386192) is unknown color: approx Mariner. HEX triplet: 38, 61 and 92. RGB value is (56,97,146). Sum of RGB (Red+Green+Blue) = 56+97+146=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #386192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386192 is #C79E6D. Grayscale: #5A5A5A. Windows color (decimal): -13082222 or 9593144. OLE color: 9593144.

HSL color Cylindrical-coordinate representation of color #386192: hue angle of 212.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386192 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5697146-
CMYK0.620.3400.43
HSL212.67º44.55%39.61%-
HSV(B)212.67º61.64%57.25%-
XYZ11.0911.4728.82-
YUV90.33159.42103.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=18.73%
G=32.44%
B=48.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56971460.620.3400.43212.6744.5539.61
Hex3861923E2202Bd52d28
Octal7014122276420533255550
Binary111000110000110010010111110100010010101111010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386192; }

 p { color: rgb(56,97,146); }

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

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

 a { background-color: rgb(56,97,146); }

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

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

 span { border-color: rgb(56,97,146); }

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