#276A7F

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

Shades of Allports #276A7F

Tints of Allports #276A7F

Color information

#276A7F (or 0x276A7F) is unknown color: approx Allports. HEX triplet: 27, 6A and 7F. RGB value is (39,106,127). Sum of RGB (Red+Green+Blue) = 39+106+127=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #276A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276A7F is #D89580. Grayscale: #585858. Windows color (decimal): -14194049 or 8350247. OLE color: 8350247.

HSL color Cylindrical-coordinate representation of color #276A7F: hue angle of 194.32º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #276A7F is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39106127-
CMYK0.690.1700.50
HSL194.32º53.01%32.55%-
HSV(B)194.32º69.29%49.8%-
XYZ9.8212.2721.93-
YUV88.36149.892.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 127 (50% from 255) = 46.69%
R=14.34%
G=38.97%
B=46.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391061270.690.1700.50194.3253.0132.55
Hex276A7F4511032c23521
Octal47152177105210623026541
Binary10011111010101111111100010110001011001011000010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,106,127); }

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

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

 a { background-color: rgb(39,106,127); }

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

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

 span { border-color: rgb(39,106,127); }

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