#276F9F

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

Shades of Lochmara #276F9F

Tints of Lochmara #276F9F

Color information

#276F9F (or 0x276F9F) is unknown color: approx Lochmara. HEX triplet: 27, 6F and 9F. RGB value is (39,111,159). Sum of RGB (Red+Green+Blue) = 39+111+159=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #276F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F9F is #D89060. Grayscale: #5E5E5E. Windows color (decimal): -14192737 or 10448679. OLE color: 10448679.

HSL color Cylindrical-coordinate representation of color #276F9F: hue angle of 204º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276F9F is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39111159-
CMYK0.750.3000.38
HSL204º60.61%38.82%-
HSV(B)204º75.47%62.35%-
XYZ12.7814.334.89-
YUV94.94164.1588.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=12.62%
G=35.92%
B=51.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391111590.750.3000.3820460.6138.82
Hex276F9F4B1E026cc3d27
Octal47157237113360463147547
Binary100111110111110011111100101111110010011011001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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