#3873B2

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

Shades of Lochmara #3873B2

Tints of Lochmara #3873B2

Color information

#3873B2 (or 0x3873B2) is unknown color: approx Lochmara. HEX triplet: 38, 73 and B2. RGB value is (56,115,178). Sum of RGB (Red+Green+Blue) = 56+115+178=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #3873B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3873B2 is #C78C4D. Grayscale: #686868. Windows color (decimal): -13077582 or 11694904. OLE color: 11694904.

HSL color Cylindrical-coordinate representation of color #3873B2: hue angle of 210.98º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3873B2 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56115178-
CMYK0.690.3500.30
HSL210.98º52.14%45.88%-
HSV(B)210.98º68.54%69.8%-
XYZ15.816.3244.44-
YUV104.54169.4593.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=16.05%
G=32.95%
B=51.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561151780.690.3500.30210.9852.1445.88
Hex3873B2452301Ed3342e
Octal70163262105430363236456
Binary111000111001110110010100010110001101111011010011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3873B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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