#2872AF

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

Shades of Lochmara #2872AF

Tints of Lochmara #2872AF

Color information

#2872AF (or 0x2872AF) is unknown color: approx Lochmara. HEX triplet: 28, 72 and AF. RGB value is (40,114,175). Sum of RGB (Red+Green+Blue) = 40+114+175=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #2872AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2872AF is #D78D50. Grayscale: #626262. Windows color (decimal): -14126417 or 11498024. OLE color: 11498024.

HSL color Cylindrical-coordinate representation of color #2872AF: hue angle of 207.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2872AF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB40114175-
CMYK0.770.3500.31
HSL207.11º62.79%42.16%-
HSV(B)207.11º77.14%68.63%-
XYZ14.6315.5842.79-
YUV98.83170.9886.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=12.16%
G=34.65%
B=53.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401141750.770.3500.31207.1162.7942.16
Hex2872AF4D2301Fcf3f2a
Octal50162257115430373177752
Binary101000111001010101111100110110001101111111001111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2872AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,114,175); }

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

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

 a { background-color: rgb(40,114,175); }

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

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

 span { border-color: rgb(40,114,175); }

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