#3873AD

Color #3873AD Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3873AD

Tints of Lochmara #3873AD

Color information

#3873AD (or 0x3873AD) is unknown color: approx Lochmara. HEX triplet: 38, 73 and AD. RGB value is (56,115,173). Sum of RGB (Red+Green+Blue) = 56+115+173=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #3873AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3873AD is #C78C52. Grayscale: #676767. Windows color (decimal): -13077587 or 11367224. OLE color: 11367224.

HSL color Cylindrical-coordinate representation of color #3873AD: hue angle of 209.74º 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 #3873AD is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56115173-
CMYK0.680.3400.32
HSL209.74º51.09%44.9%-
HSV(B)209.74º67.63%67.84%-
XYZ15.316.1241.84-
YUV103.97166.9593.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=16.28%
G=33.43%
B=50.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561151730.680.3400.32209.7451.0944.9
Hex3873AD4422020d2332d
Octal70163255104420403226355
Binary1110001110011101011011000100100010010000011010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3873AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3873AD; }

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

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

<style>
 a { background-color: #3873AD; }

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

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

<style>
 span { border-color: #3873AD; }

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

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