#385B98

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

Shades of Mariner #385B98

Tints of Mariner #385B98

Color information

#385B98 (or 0x385B98) is unknown color: approx Mariner. HEX triplet: 38, 5B and 98. RGB value is (56,91,152). Sum of RGB (Red+Green+Blue) = 56+91+152=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #385B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B98 is #C7A467. Grayscale: #575757. Windows color (decimal): -13083752 or 9984824. OLE color: 9984824.

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

Color convert

RGB5691152-
CMYK0.630.4000.40
HSL218.12º46.15%40.78%-
HSV(B)218.12º63.16%59.61%-
XYZ11.0410.5931.17-
YUV87.49164.4105.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=18.73%
G=30.43%
B=50.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56911520.630.4000.40218.1246.1540.78
Hex385B983F28028da2e29
Octal7013323077500503325651
Binary111000101101110011000111111101000010100011011010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B98; }

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

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

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

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

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

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

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

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