#385AAA

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

Shades of Mariner #385AAA

Tints of Mariner #385AAA

Color information

#385AAA (or 0x385AAA) is unknown color: approx Mariner. HEX triplet: 38, 5A and AA. RGB value is (56,90,170). Sum of RGB (Red+Green+Blue) = 56+90+170=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #385AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AAA is #C7A555. Grayscale: #585858. Windows color (decimal): -13083990 or 11164216. OLE color: 11164216.

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

Color convert

RGB5690170-
CMYK0.670.4700.33
HSL222.11º50.44%44.31%-
HSV(B)222.11º67.06%66.67%-
XYZ12.5411.0639.5-
YUV88.95173.74104.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=17.72%
G=28.48%
B=53.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56901700.670.4700.33222.1150.4444.31
Hex385AAA432F021de322c
Octal70132252103570413366254
Binary1110001011010101010101000011101111010000111011110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,90,170); }

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

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

 a { background-color: rgb(56,90,170); }

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

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

 span { border-color: rgb(56,90,170); }

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