#385CAD

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

Shades of Mariner #385CAD

Tints of Mariner #385CAD

Color information

#385CAD (or 0x385CAD) is unknown color: approx Mariner. HEX triplet: 38, 5C and AD. RGB value is (56,92,173). Sum of RGB (Red+Green+Blue) = 56+92+173=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #385CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CAD is #C7A352. Grayscale: #5A5A5A. Windows color (decimal): -13083475 or 11361336. OLE color: 11361336.

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

Color convert

RGB5692173-
CMYK0.680.4700.32
HSL221.54º51.09%44.9%-
HSV(B)221.54º67.63%67.84%-
XYZ1311.5141.07-
YUV90.47174.57103.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=17.45%
G=28.66%
B=53.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56921730.680.4700.32221.5451.0944.9
Hex385CAD442F020de332d
Octal70134255104570403366355
Binary1110001011100101011011000100101111010000011011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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