#277E7D

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

Shades of Atoll #277E7D

Tints of Atoll #277E7D

Color information

#277E7D (or 0x277E7D) is unknown color: approx Atoll. HEX triplet: 27, 7E and 7D. RGB value is (39,126,125). Sum of RGB (Red+Green+Blue) = 39+126+125=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #277E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277E7D is #D88182. Grayscale: #636363. Windows color (decimal): -14188931 or 8224295. OLE color: 8224295.

HSL color Cylindrical-coordinate representation of color #277E7D: hue angle of 179.31º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277E7D is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB39126125-
CMYK0.6900.010.51
HSL179.31º52.73%32.35%-
HSV(B)179.31º69.05%49.41%-
XYZ1216.8322.02-
YUV99.87142.1884.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 126 (49.61% from 255) = 43.45%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=13.45%
G=43.45%
B=43.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391261250.6900.010.51179.3152.7332.35
Hex277E7D450133b33520
Octal4717617510501632636540
Binary1001111111110111110110001010111001110110011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,126,125); }

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

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

 a { background-color: rgb(39,126,125); }

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

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

 span { border-color: rgb(39,126,125); }

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