#3873A4

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

Shades of Lochmara #3873A4

Tints of Lochmara #3873A4

Color information

#3873A4 (or 0x3873A4) is unknown color: approx Lochmara. HEX triplet: 38, 73 and A4. RGB value is (56,115,164). Sum of RGB (Red+Green+Blue) = 56+115+164=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #3873A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3873A4 is #C78C5B. Grayscale: #666666. Windows color (decimal): -13077596 or 10777400. OLE color: 10777400.

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

Color convert

RGB56115164-
CMYK0.660.3000.36
HSL207.22º49.09%43.14%-
HSV(B)207.22º65.85%64.31%-
XYZ14.4615.7837.41-
YUV102.94162.4594.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=16.72%
G=34.33%
B=48.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561151640.660.3000.36207.2249.0943.14
Hex3873A4421E024cf312b
Octal70163244102360443176153
Binary111000111001110100100100001011110010010011001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3873A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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