#276E7B

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

Shades of Allports #276E7B

Tints of Allports #276E7B

Color information

#276E7B (or 0x276E7B) is unknown color: approx Allports. HEX triplet: 27, 6E and 7B. RGB value is (39,110,123). Sum of RGB (Red+Green+Blue) = 39+110+123=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #276E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E7B is #D89184. Grayscale: #5A5A5A. Windows color (decimal): -14193029 or 8089127. OLE color: 8089127.

HSL color Cylindrical-coordinate representation of color #276E7B: hue angle of 189.29º 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 #276E7B is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39110123-
CMYK0.680.1100.52
HSL189.29º51.85%31.76%-
HSV(B)189.29º68.29%48.24%-
XYZ9.9913.0120.72-
YUV90.25146.4891.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=14.34%
G=40.44%
B=45.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391101230.680.1100.52189.2951.8531.76
Hex276E7B44B034bd3420
Octal47156173104130642756440
Binary1001111101110111101110001001011011010010111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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