#386198

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

Shades of Mariner #386198

Tints of Mariner #386198

Color information

#386198 (or 0x386198) is unknown color: approx Mariner. HEX triplet: 38, 61 and 98. RGB value is (56,97,152). Sum of RGB (Red+Green+Blue) = 56+97+152=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #386198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386198 is #C79E67. Grayscale: #5A5A5A. Windows color (decimal): -13082216 or 9986360. OLE color: 9986360.

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

Color convert

RGB5697152-
CMYK0.630.3600.40
HSL214.38º46.15%40.78%-
HSV(B)214.38º63.16%59.61%-
XYZ11.5711.6631.35-
YUV91.01162.42103.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=18.36%
G=31.80%
B=49.84%

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
Decimal56971520.630.3600.40214.3846.1540.78
Hex3861983F24028d62e29
Octal7014123077440503265651
Binary111000110000110011000111111100100010100011010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386198; }

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

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

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

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

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

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

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

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