#276E85

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

Shades of Allports #276E85

Tints of Allports #276E85

Color information

#276E85 (or 0x276E85) is unknown color: approx Allports. HEX triplet: 27, 6E and 85. RGB value is (39,110,133). Sum of RGB (Red+Green+Blue) = 39+110+133=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #276E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E85 is #D8917A. Grayscale: #5B5B5B. Windows color (decimal): -14193019 or 8744487. OLE color: 8744487.

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

Color convert

RGB39110133-
CMYK0.710.1700.48
HSL194.68º54.65%33.73%-
HSV(B)194.68º70.68%52.16%-
XYZ10.6513.2824.19-
YUV91.39151.4890.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=13.83%
G=39.01%
B=47.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391101330.710.1700.48194.6854.6533.73
Hex276E854711030c33722
Octal47156205107210603036742
Binary100111110111010000101100011110001011000011000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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