#276AAC

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

Shades of Lochmara #276AAC

Tints of Lochmara #276AAC

Color information

#276AAC (or 0x276AAC) is unknown color: approx Lochmara. HEX triplet: 27, 6A and AC. RGB value is (39,106,172). Sum of RGB (Red+Green+Blue) = 39+106+172=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #276AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276AAC is #D89553. Grayscale: #5D5D5D. Windows color (decimal): -14194004 or 11299367. OLE color: 11299367.

HSL color Cylindrical-coordinate representation of color #276AAC: hue angle of 209.77º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276AAC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39106172-
CMYK0.770.3800.33
HSL209.77º63.03%41.37%-
HSV(B)209.77º77.33%67.45%-
XYZ13.4413.7240.97-
YUV93.49172.389.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=12.30%
G=33.44%
B=54.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391061720.770.3800.33209.7763.0341.37
Hex276AAC4D26021d23f29
Octal47152254115460413227751
Binary1001111101010101011001001101100110010000111010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276AAC; }

 p { color: rgb(39,106,172); }

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

<style>
 a { background-color: #276AAC; }

 a { background-color: rgb(39,106,172); }

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

<style>
 span { border-color: #276AAC; }

 span { border-color: rgb(39,106,172); }

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