#276E88

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

Shades of Allports #276E88

Tints of Allports #276E88

Color information

#276E88 (or 0x276E88) is unknown color: approx Allports. HEX triplet: 27, 6E and 88. RGB value is (39,110,136). Sum of RGB (Red+Green+Blue) = 39+110+136=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #276E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E88 is #D89177. Grayscale: #5B5B5B. Windows color (decimal): -14193016 or 8941095. OLE color: 8941095.

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

Color convert

RGB39110136-
CMYK0.710.1900.47
HSL196.08º55.43%34.31%-
HSV(B)196.08º71.32%53.33%-
XYZ10.8613.3625.3-
YUV91.74152.9890.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=13.68%
G=38.60%
B=47.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391101360.710.1900.47196.0855.4334.31
Hex276E88471302Fc43722
Octal47156210107230573046742
Binary100111110111010001000100011110011010111111000100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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