#3872AB

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

Shades of Lochmara #3872AB

Tints of Lochmara #3872AB

Color information

#3872AB (or 0x3872AB) is unknown color: approx Lochmara. HEX triplet: 38, 72 and AB. RGB value is (56,114,171). Sum of RGB (Red+Green+Blue) = 56+114+171=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3872AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3872AB is #C78D54. Grayscale: #666666. Windows color (decimal): -13077845 or 11235896. OLE color: 11235896.

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

Color convert

RGB56114171-
CMYK0.670.3300.33
HSL209.74º50.66%44.51%-
HSV(B)209.74º67.25%67.06%-
XYZ1515.8240.79-
YUV103.16166.2894.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=16.42%
G=33.43%
B=50.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561141710.670.3300.33209.7450.6644.51
Hex3872AB4321021d2332d
Octal70162253103410413226355
Binary1110001110010101010111000011100001010000111010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3872AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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