#385FAB

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

Shades of Mariner #385FAB

Tints of Mariner #385FAB

Color information

#385FAB (or 0x385FAB) is unknown color: approx Mariner. HEX triplet: 38, 5F and AB. RGB value is (56,95,171). Sum of RGB (Red+Green+Blue) = 56+95+171=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #385FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAB is #C7A054. Grayscale: #5B5B5B. Windows color (decimal): -13082709 or 11231032. OLE color: 11231032.

HSL color Cylindrical-coordinate representation of color #385FAB: hue angle of 219.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385FAB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5695171-
CMYK0.670.4400.33
HSL219.65º50.66%44.51%-
HSV(B)219.65º67.25%67.06%-
XYZ13.0711.9740.15-
YUV92172.58102.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=17.39%
G=29.50%
B=53.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56951710.670.4400.33219.6550.6644.51
Hex385FAB432C021dc332d
Octal70137253103540413346355
Binary1110001011111101010111000011101100010000111011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,171); }

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

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

 a { background-color: rgb(56,95,171); }

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

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

 span { border-color: rgb(56,95,171); }

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