#276F79

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

Shades of Allports #276F79

Tints of Allports #276F79

Color information

#276F79 (or 0x276F79) is unknown color: approx Allports. HEX triplet: 27, 6F and 79. RGB value is (39,111,121). Sum of RGB (Red+Green+Blue) = 39+111+121=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #276F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F79 is #D89086. Grayscale: #5A5A5A. Windows color (decimal): -14192775 or 7958311. OLE color: 7958311.

HSL color Cylindrical-coordinate representation of color #276F79: hue angle of 187.32º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276F79 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39111121-
CMYK0.680.0800.53
HSL187.32º51.25%31.37%-
HSV(B)187.32º67.77%47.45%-
XYZ9.9713.1820.11-
YUV90.61145.1591.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=14.39%
G=40.96%
B=44.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391111210.680.0800.53187.3251.2531.37
Hex276F79448035bb331f
Octal47157171104100652736337
Binary100111110111111110011000100100001101011011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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