#277780

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

Shades of Atoll #277780

Tints of Atoll #277780

Color information

#277780 (or 0x277780) is unknown color: approx Atoll. HEX triplet: 27, 77 and 80. RGB value is (39,119,128). Sum of RGB (Red+Green+Blue) = 39+119+128=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #277780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277780 is #D8887F. Grayscale: #5F5F5F. Windows color (decimal): -14190720 or 8419111. OLE color: 8419111.

HSL color Cylindrical-coordinate representation of color #277780: hue angle of 186.07º 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 #277780 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39119128-
CMYK0.700.0700.50
HSL186.07º53.29%32.75%-
HSV(B)186.07º69.53%50.2%-
XYZ11.3315.1822.76-
YUV96.1114687.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.64%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=13.64%
G=41.61%
B=44.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391191280.700.0700.50186.0753.2932.75
Hex277780467032ba3521
Octal4716720010670622726541
Binary1001111110111100000001000110111011001010111010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277780; }

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

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

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

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

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

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

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

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