#3876AB

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

Shades of Lochmara #3876AB

Tints of Lochmara #3876AB

Color information

#3876AB (or 0x3876AB) is unknown color: approx Lochmara. HEX triplet: 38, 76 and AB. RGB value is (56,118,171). Sum of RGB (Red+Green+Blue) = 56+118+171=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #3876AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3876AB is #C78954. Grayscale: #696969. Windows color (decimal): -13076821 or 11236920. OLE color: 11236920.

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

Color convert

RGB56118171-
CMYK0.670.3100.33
HSL207.65º50.66%44.51%-
HSV(B)207.65º67.25%67.06%-
XYZ15.4616.7440.94-
YUV105.5164.9692.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=16.23%
G=34.20%
B=49.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561181710.670.3100.33207.6550.6644.51
Hex3876AB431F021d0332d
Octal70166253103370413206355
Binary111000111011010101011100001111111010000111010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3876AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3876AB; }

 p { color: rgb(56,118,171); }

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

<style>
 a { background-color: #3876AB; }

 a { background-color: rgb(56,118,171); }

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

<style>
 span { border-color: #3876AB; }

 span { border-color: rgb(56,118,171); }

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