#2767AF

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

Shades of Lochmara #2767AF

Tints of Lochmara #2767AF

Color information

#2767AF (or 0x2767AF) is unknown color: approx Lochmara. HEX triplet: 27, 67 and AF. RGB value is (39,103,175). Sum of RGB (Red+Green+Blue) = 39+103+175=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #2767AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2767AF is #D89850. Grayscale: #5B5B5B. Windows color (decimal): -14194769 or 11495207. OLE color: 11495207.

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

Color convert

RGB39103175-
CMYK0.780.4100.31
HSL211.76º63.55%41.96%-
HSV(B)211.76º77.71%68.63%-
XYZ13.4213.2342.4-
YUV92.07174.890.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=12.30%
G=32.49%
B=55.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391031750.780.4100.31211.7663.5541.96
Hex2767AF4E2901Fd4402a
Octal471472571165103732410052
Binary1001111100111101011111001110101001011111110101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2767AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,103,175); }

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

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

 a { background-color: rgb(39,103,175); }

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

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

 span { border-color: rgb(39,103,175); }

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