#3879aa

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

Shades of Lochmara #3879AA

Tints of Lochmara #3879AA

Color information

#3879AA (or 0x3879AA) is unknown color: approx Lochmara. HEX triplet: 38, 79 and AA. RGB value is (56,121,170). Sum of RGB (Red+Green+Blue) = 56+121+170=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #3879AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3879AA is #C78655. Grayscale: #6A6A6A. Windows color (decimal): -13076054 or 11172152. OLE color: 11172152.

HSL color Cylindrical-coordinate representation of color #3879AA: hue angle of 205.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3879AA is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56121170-
CMYK0.670.2900.33
HSL205.79º50.44%44.31%-
HSV(B)205.79º67.06%66.67%-
XYZ15.7217.4240.56-
YUV107.15163.4791.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=16.14%
G=34.87%
B=48.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561211700.670.2900.33205.7950.4444.31
Hex3879AA431D021ce322c
Octal70171252103350413166254
Binary111000111100110101010100001111101010000111001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3879aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3879aa; }

 p { color: rgb(56,121,170); }

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

<style>
 a { background-color: #3879aa; }

 a { background-color: rgb(56,121,170); }

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

<style>
 span { border-color: #3879aa; }

 span { border-color: rgb(56,121,170); }

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