#277476

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

Shades of Atoll #277476

Tints of Atoll #277476

Color information

#277476 (or 0x277476) is unknown color: approx Atoll. HEX triplet: 27, 74 and 76. RGB value is (39,116,118). Sum of RGB (Red+Green+Blue) = 39+116+118=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #277476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277476 is #D88B89. Grayscale: #5D5D5D. Windows color (decimal): -14191498 or 7762983. OLE color: 7762983.

HSL color Cylindrical-coordinate representation of color #277476: hue angle of 181.52º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277476 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB39116118-
CMYK0.670.0200.54
HSL181.52º50.32%30.78%-
HSV(B)181.52º66.95%46.27%-
XYZ10.3514.2319.34-
YUV93.2141.9989.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=14.29%
G=42.49%
B=43.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391161180.670.0200.54181.5250.3230.78
Hex277476432036b6321f
Octal4716416610320662666237
Binary1001111110100111011010000111001101101011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277476; }

 p { color: rgb(39,116,118); }

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

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

 a { background-color: rgb(39,116,118); }

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

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

 span { border-color: rgb(39,116,118); }

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