#276E7E

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

Shades of Allports #276E7E

Tints of Allports #276E7E

Color information

#276E7E (or 0x276E7E) is unknown color: approx Allports. HEX triplet: 27, 6E and 7E. RGB value is (39,110,126). Sum of RGB (Red+Green+Blue) = 39+110+126=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #276E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E7E is #D89181. Grayscale: #5A5A5A. Windows color (decimal): -14193026 or 8285735. OLE color: 8285735.

HSL color Cylindrical-coordinate representation of color #276E7E: hue angle of 191.03º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #276E7E is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB39110126-
CMYK0.690.1300.51
HSL191.03º52.73%32.35%-
HSV(B)191.03º69.05%49.41%-
XYZ10.1813.0921.73-
YUV90.6147.9891.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 45.82%
R=14.18%
G=40%
B=45.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391101260.690.1300.51191.0352.7332.35
Hex276E7E45D033bf3520
Octal47156176105150632776540
Binary1001111101110111111010001011101011001110111111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,110,126); }

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

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

 a { background-color: rgb(39,110,126); }

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

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

 span { border-color: rgb(39,110,126); }

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