#3876AF

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

Shades of Lochmara #3876AF

Tints of Lochmara #3876AF

Color information

#3876AF (or 0x3876AF) is unknown color: approx Lochmara. HEX triplet: 38, 76 and AF. RGB value is (56,118,175). Sum of RGB (Red+Green+Blue) = 56+118+175=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #3876AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3876AF is #C78950. Grayscale: #696969. Windows color (decimal): -13076817 or 11499064. OLE color: 11499064.

HSL color Cylindrical-coordinate representation of color #3876AF: hue angle of 208.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3876AF is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56118175-
CMYK0.680.3300.31
HSL208.74º51.52%45.29%-
HSV(B)208.74º68%68.63%-
XYZ15.8516.8942.98-
YUV105.96166.9692.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=16.05%
G=33.81%
B=50.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561181750.680.3300.31208.7451.5245.29
Hex3876AF442101Fd1342d
Octal70166257104410373216455
Binary111000111011010101111100010010000101111111010001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3876AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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