#276FAD

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

Shades of Lochmara #276FAD

Tints of Lochmara #276FAD

Color information

#276FAD (or 0x276FAD) is unknown color: approx Lochmara. HEX triplet: 27, 6F and AD. RGB value is (39,111,173). Sum of RGB (Red+Green+Blue) = 39+111+173=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #276FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276FAD is #D89052. Grayscale: #606060. Windows color (decimal): -14192723 or 11366183. OLE color: 11366183.

HSL color Cylindrical-coordinate representation of color #276FAD: hue angle of 207.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276FAD is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39111173-
CMYK0.770.3600.32
HSL207.76º63.21%41.57%-
HSV(B)207.76º77.46%67.84%-
XYZ14.0614.8241.65-
YUV96.54171.1586.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=12.07%
G=34.37%
B=53.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391111730.770.3600.32207.7663.2141.57
Hex276FAD4D24020d03f2a
Octal47157255115440403207752
Binary1001111101111101011011001101100100010000011010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,111,173); }

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

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

 a { background-color: rgb(39,111,173); }

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

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

 span { border-color: rgb(39,111,173); }

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