#276da4

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

Shades of Lochmara #276DA4

Tints of Lochmara #276DA4

Color information

#276DA4 (or 0x276DA4) is unknown color: approx Lochmara. HEX triplet: 27, 6D and A4. RGB value is (39,109,164). Sum of RGB (Red+Green+Blue) = 39+109+164=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #276DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276DA4 is #D8925B. Grayscale: #5E5E5E. Windows color (decimal): -14193244 or 10775847. OLE color: 10775847.

HSL color Cylindrical-coordinate representation of color #276DA4: hue angle of 206.4º 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 #276DA4 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB39109164-
CMYK0.760.3400.36
HSL206.4º61.58%39.8%-
HSV(B)206.4º76.22%64.31%-
XYZ13.0114.0537.15-
YUV94.34167.3188.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.5%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=12.5%
G=34.94%
B=52.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391091640.760.3400.36206.461.5839.8
Hex276DA44C22024ce3e28
Octal47155244114420443167650
Binary1001111101101101001001001100100010010010011001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276da4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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