#3873AB

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

Shades of Lochmara #3873AB

Tints of Lochmara #3873AB

Color information

#3873AB (or 0x3873AB) is unknown color: approx Lochmara. HEX triplet: 38, 73 and AB. RGB value is (56,115,171). Sum of RGB (Red+Green+Blue) = 56+115+171=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #3873AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3873AB is #C78C54. Grayscale: #676767. Windows color (decimal): -13077589 or 11236152. OLE color: 11236152.

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

Color convert

RGB56115171-
CMYK0.670.3300.33
HSL209.22º50.66%44.51%-
HSV(B)209.22º67.25%67.06%-
XYZ15.1116.0440.83-
YUV103.74165.9593.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.37%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 171 (67.19% from 255) = 50%
R=16.37%
G=33.63%
B=50%

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
Decimal561151710.670.3300.33209.2250.6644.51
Hex3873AB4321021d1332d
Octal70163253103410413216355
Binary1110001110011101010111000011100001010000111010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3873AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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