#3874AF

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

Shades of Lochmara #3874AF

Tints of Lochmara #3874AF

Color information

#3874AF (or 0x3874AF) is unknown color: approx Lochmara. HEX triplet: 38, 74 and AF. RGB value is (56,116,175). Sum of RGB (Red+Green+Blue) = 56+116+175=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #3874AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3874AF is #C78B50. Grayscale: #686868. Windows color (decimal): -13077329 or 11498552. OLE color: 11498552.

HSL color Cylindrical-coordinate representation of color #3874AF: hue angle of 209.75º 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 #3874AF is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56116175-
CMYK0.680.3400.31
HSL209.75º51.52%45.29%-
HSV(B)209.75º68%68.63%-
XYZ15.6116.4342.91-
YUV104.79167.6293.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=16.14%
G=33.43%
B=50.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561161750.680.3400.31209.7551.5245.29
Hex3874AF442201Fd2342d
Octal70164257104420373226455
Binary111000111010010101111100010010001001111111010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3874AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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