#3873AC

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

Shades of Lochmara #3873AC

Tints of Lochmara #3873AC

Color information

#3873AC (or 0x3873AC) is unknown color: approx Lochmara. HEX triplet: 38, 73 and AC. RGB value is (56,115,172). Sum of RGB (Red+Green+Blue) = 56+115+172=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #3873AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3873AC is #C78C53. Grayscale: #676767. Windows color (decimal): -13077588 or 11301688. OLE color: 11301688.

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

Color convert

RGB56115172-
CMYK0.670.3300.33
HSL209.48º50.88%44.71%-
HSV(B)209.48º67.44%67.45%-
XYZ15.2116.0841.33-
YUV103.86166.4593.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=16.33%
G=33.53%
B=50.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561151720.670.3300.33209.4850.8844.71
Hex3873AC4321021d1332d
Octal70163254103410413216355
Binary1110001110011101011001000011100001010000111010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3873AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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