#276C71

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

Shades of Atoll #276C71

Tints of Atoll #276C71

Color information

#276C71 (or 0x276C71) is unknown color: approx Atoll. HEX triplet: 27, 6C and 71. RGB value is (39,108,113). Sum of RGB (Red+Green+Blue) = 39+108+113=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #276C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C71 is #D8938E. Grayscale: #575757. Windows color (decimal): -14193551 or 7433255. OLE color: 7433255.

HSL color Cylindrical-coordinate representation of color #276C71: hue angle of 184.05º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276C71 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB39108113-
CMYK0.650.0400.56
HSL184.05º48.68%29.8%-
HSV(B)184.05º65.49%44.31%-
XYZ9.1812.3517.52-
YUV87.94142.1493.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=15%
G=41.54%
B=43.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391081130.650.0400.56184.0548.6829.8
Hex276C71414038b8311e
Octal4715416110140702706136
Binary10011111011001110001100000110001110001011100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276C71; }

 p { color: rgb(39,108,113); }

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

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

 a { background-color: rgb(39,108,113); }

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

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

 span { border-color: rgb(39,108,113); }

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