#277E84

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

Shades of Atoll #277E84

Tints of Atoll #277E84

Color information

#277E84 (or 0x277E84) is unknown color: approx Atoll. HEX triplet: 27, 7E and 84. RGB value is (39,126,132). Sum of RGB (Red+Green+Blue) = 39+126+132=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #277E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277E84 is #D8817B. Grayscale: #646464. Windows color (decimal): -14188924 or 8683047. OLE color: 8683047.

HSL color Cylindrical-coordinate representation of color #277E84: hue angle of 183.87º 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 #277E84 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB39126132-
CMYK0.700.0500.48
HSL183.87º54.39%33.53%-
HSV(B)183.87º70.45%51.76%-
XYZ12.4617.0224.46-
YUV100.67145.6884.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 126 (49.61% from 255) = 42.42%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=13.13%
G=42.42%
B=44.44%

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
Decimal391261320.700.0500.48183.8754.3933.53
Hex277E84465030b83622
Octal4717620410650602706642
Binary1001111111110100001001000110101011000010111000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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