#386298

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

Shades of Mariner #386298

Tints of Mariner #386298

Color information

#386298 (or 0x386298) is unknown color: approx Mariner. HEX triplet: 38, 62 and 98. RGB value is (56,98,152). Sum of RGB (Red+Green+Blue) = 56+98+152=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #386298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386298 is #C79D67. Grayscale: #5B5B5B. Windows color (decimal): -13081960 or 9986616. OLE color: 9986616.

HSL color Cylindrical-coordinate representation of color #386298: hue angle of 213.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386298 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5698152-
CMYK0.630.3600.40
HSL213.75º46.15%40.78%-
HSV(B)213.75º63.16%59.61%-
XYZ11.6711.8431.38-
YUV91.6162.09102.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=18.30%
G=32.03%
B=49.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56981520.630.3600.40213.7546.1540.78
Hex3862983F24028d62e29
Octal7014223077440503265651
Binary111000110001010011000111111100100010100011010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386298; }

 p { color: rgb(56,98,152); }

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

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

 a { background-color: rgb(56,98,152); }

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

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

 span { border-color: rgb(56,98,152); }

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