#276E84

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

Shades of Allports #276E84

Tints of Allports #276E84

Color information

#276E84 (or 0x276E84) is unknown color: approx Allports. HEX triplet: 27, 6E and 84. RGB value is (39,110,132). Sum of RGB (Red+Green+Blue) = 39+110+132=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #276E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E84 is #D8917B. Grayscale: #5B5B5B. Windows color (decimal): -14193020 or 8678951. OLE color: 8678951.

HSL color Cylindrical-coordinate representation of color #276E84: hue angle of 194.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276E84 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB39110132-
CMYK0.700.1700.48
HSL194.19º54.39%33.53%-
HSV(B)194.19º70.45%51.76%-
XYZ10.5813.2523.83-
YUV91.28150.9890.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=13.88%
G=39.15%
B=46.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391101320.700.1700.48194.1954.3933.53
Hex276E844611030c23622
Octal47156204106210603026642
Binary100111110111010000100100011010001011000011000010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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