#277D84

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

Shades of Atoll #277D84

Tints of Atoll #277D84

Color information

#277D84 (or 0x277D84) is unknown color: approx Atoll. HEX triplet: 27, 7D and 84. RGB value is (39,125,132). Sum of RGB (Red+Green+Blue) = 39+125+132=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #277D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277D84 is #D8827B. Grayscale: #636363. Windows color (decimal): -14189180 or 8682791. OLE color: 8682791.

HSL color Cylindrical-coordinate representation of color #277D84: hue angle of 184.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277D84 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB39125132-
CMYK0.700.0500.48
HSL184.52º54.39%33.53%-
HSV(B)184.52º70.45%51.76%-
XYZ12.3416.7624.42-
YUV100.08146.0184.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 125 (49.22% from 255) = 42.23%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=13.18%
G=42.23%
B=44.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391251320.700.0500.48184.5254.3933.53
Hex277D84465030b93622
Octal4717520410650602716642
Binary1001111111101100001001000110101011000010111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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