#385CAB

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

Shades of Mariner #385CAB

Tints of Mariner #385CAB

Color information

#385CAB (or 0x385CAB) is unknown color: approx Mariner. HEX triplet: 38, 5C and AB. RGB value is (56,92,171). Sum of RGB (Red+Green+Blue) = 56+92+171=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #385CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CAB is #C7A354. Grayscale: #595959. Windows color (decimal): -13083477 or 11230264. OLE color: 11230264.

HSL color Cylindrical-coordinate representation of color #385CAB: hue angle of 221.22º 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 #385CAB is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5692171-
CMYK0.670.4600.33
HSL221.22º50.66%44.51%-
HSV(B)221.22º67.25%67.06%-
XYZ12.8111.4440.06-
YUV90.24173.57103.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=17.55%
G=28.84%
B=53.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56921710.670.4600.33221.2250.6644.51
Hex385CAB432E021dd332d
Octal70134253103560413356355
Binary1110001011100101010111000011101110010000111011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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