#276D71

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

Shades of Atoll #276D71

Tints of Atoll #276D71

Color information

#276D71 (or 0x276D71) is unknown color: approx Atoll. HEX triplet: 27, 6D and 71. RGB value is (39,109,113). Sum of RGB (Red+Green+Blue) = 39+109+113=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #276D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D71 is #D8928E. Grayscale: #585858. Windows color (decimal): -14193295 or 7433511. OLE color: 7433511.

HSL color Cylindrical-coordinate representation of color #276D71: hue angle of 183.24º 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 #276D71 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB39109113-
CMYK0.650.0400.56
HSL183.24º48.68%29.8%-
HSV(B)183.24º65.49%44.31%-
XYZ9.2912.5617.56-
YUV88.53141.8192.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=14.94%
G=41.76%
B=43.30%

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
Decimal391091130.650.0400.56183.2448.6829.8
Hex276D71414038b7311e
Octal4715516110140702676136
Binary10011111011011110001100000110001110001011011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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