#276E7A

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

Shades of Allports #276E7A

Tints of Allports #276E7A

Color information

#276E7A (or 0x276E7A) is unknown color: approx Allports. HEX triplet: 27, 6E and 7A. RGB value is (39,110,122). Sum of RGB (Red+Green+Blue) = 39+110+122=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #276E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E7A is #D89185. Grayscale: #5A5A5A. Windows color (decimal): -14193030 or 8023591. OLE color: 8023591.

HSL color Cylindrical-coordinate representation of color #276E7A: hue angle of 188.67º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276E7A is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39110122-
CMYK0.680.1000.52
HSL188.67º51.55%31.57%-
HSV(B)188.67º68.03%47.84%-
XYZ9.9312.9920.4-
YUV90.14145.9891.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=14.39%
G=40.59%
B=45.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391101220.680.1000.52188.6751.5531.57
Hex276E7A44A034bd3420
Octal47156172104120642756440
Binary1001111101110111101010001001010011010010111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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