#3873A9

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

Shades of Lochmara #3873A9

Tints of Lochmara #3873A9

Color information

#3873A9 (or 0x3873A9) is unknown color: approx Lochmara. HEX triplet: 38, 73 and A9. RGB value is (56,115,169). Sum of RGB (Red+Green+Blue) = 56+115+169=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #3873A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3873A9 is #C78C56. Grayscale: #676767. Windows color (decimal): -13077591 or 11105080. OLE color: 11105080.

HSL color Cylindrical-coordinate representation of color #3873A9: hue angle of 208.67º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3873A9 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB56115169-
CMYK0.670.3200.34
HSL208.67º50.22%44.12%-
HSV(B)208.67º66.86%66.27%-
XYZ14.9215.9739.83-
YUV103.52164.9594.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 169 (66.41% from 255) = 49.71%
R=16.47%
G=33.82%
B=49.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561151690.670.3200.34208.6750.2244.12
Hex3873A94320022d1322c
Octal70163251103400423216254
Binary1110001110011101010011000011100000010001011010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3873A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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