#276E71

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

Shades of Atoll #276E71

Tints of Atoll #276E71

Color information

#276E71 (or 0x276E71) is unknown color: approx Atoll. HEX triplet: 27, 6E and 71. RGB value is (39,110,113). Sum of RGB (Red+Green+Blue) = 39+110+113=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #276E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E71 is #D8918E. Grayscale: #595959. Windows color (decimal): -14193039 or 7433767. OLE color: 7433767.

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

Color convert

RGB39110113-
CMYK0.650.0300.56
HSL182.43º48.68%29.8%-
HSV(B)182.43º65.49%44.31%-
XYZ9.3912.7817.59-
YUV89.11141.4892.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=14.89%
G=41.98%
B=43.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391101130.650.0300.56182.4348.6829.8
Hex276E71413038b6311e
Octal4715616110130702666136
Binary1001111101110111000110000011101110001011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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