#277B80

Color #277B80 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #277B80

Tints of Atoll #277B80

Color information

#277B80 (or 0x277B80) is unknown color: approx Atoll. HEX triplet: 27, 7B and 80. RGB value is (39,123,128). Sum of RGB (Red+Green+Blue) = 39+123+128=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #277B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B80 is #D8847F. Grayscale: #626262. Windows color (decimal): -14189696 or 8420135. OLE color: 8420135.

HSL color Cylindrical-coordinate representation of color #277B80: hue angle of 183.37º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277B80 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39123128-
CMYK0.700.0400.50
HSL183.37º53.29%32.75%-
HSV(B)183.37º69.53%50.2%-
XYZ11.8216.1622.92-
YUV98.45144.6785.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=13.45%
G=42.41%
B=44.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391231280.700.0400.50183.3753.2932.75
Hex277B80464032b73521
Octal4717320010640622676541
Binary1001111111011100000001000110100011001010110111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277B80; }

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

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

<style>
 a { background-color: #277B80; }

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

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

<style>
 span { border-color: #277B80; }

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

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