#2760A4

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

Shades of Lochmara #2760A4

Tints of Lochmara #2760A4

Color information

#2760A4 (or 0x2760A4) is unknown color: approx Lochmara. HEX triplet: 27, 60 and A4. RGB value is (39,96,164). Sum of RGB (Red+Green+Blue) = 39+96+164=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #2760A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2760A4 is #D89F5B. Grayscale: #565656. Windows color (decimal): -14196572 or 10772519. OLE color: 10772519.

HSL color Cylindrical-coordinate representation of color #2760A4: hue angle of 212.64º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2760A4 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3996164-
CMYK0.760.4100.36
HSL212.64º61.58%39.8%-
HSV(B)212.64º76.22%64.31%-
XYZ11.7211.4836.72-
YUV86.71171.6293.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 164 (64.45% from 255) = 54.85%
R=13.04%
G=32.11%
B=54.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39961640.760.4100.36212.6461.5839.8
Hex2760A44C29024d53e28
Octal47140244114510443257650
Binary1001111100000101001001001100101001010010011010101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2760A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2760A4; }

 p { color: rgb(39,96,164); }

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

<style>
 a { background-color: #2760A4; }

 a { background-color: rgb(39,96,164); }

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

<style>
 span { border-color: #2760A4; }

 span { border-color: rgb(39,96,164); }

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