#385CA2

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

Shades of Mariner #385CA2

Tints of Mariner #385CA2

Color information

#385CA2 (or 0x385CA2) is unknown color: approx Mariner. HEX triplet: 38, 5C and A2. RGB value is (56,92,162). Sum of RGB (Red+Green+Blue) = 56+92+162=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #385CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CA2 is #C7A35D. Grayscale: #585858. Windows color (decimal): -13083486 or 10640440. OLE color: 10640440.

HSL color Cylindrical-coordinate representation of color #385CA2: hue angle of 219.62º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #385CA2 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5692162-
CMYK0.650.4300.36
HSL219.62º48.62%42.75%-
HSV(B)219.62º65.43%63.53%-
XYZ11.9811.135.69-
YUV89.22169.07104.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 162 (63.67% from 255) = 52.26%
R=18.06%
G=29.68%
B=52.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56921620.650.4300.36219.6248.6242.75
Hex385CA2412B024dc312b
Octal70134242101530443346153
Binary1110001011100101000101000001101011010010011011100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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