#276B73

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

Shades of Allports #276B73

Tints of Allports #276B73

Color information

#276B73 (or 0x276B73) is unknown color: approx Allports. HEX triplet: 27, 6B and 73. RGB value is (39,107,115). Sum of RGB (Red+Green+Blue) = 39+107+115=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #276B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276B73 is #D8948C. Grayscale: #575757. Windows color (decimal): -14193805 or 7564071. OLE color: 7564071.

HSL color Cylindrical-coordinate representation of color #276B73: hue angle of 186.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276B73 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39107115-
CMYK0.660.0700.55
HSL186.32º49.35%30.2%-
HSV(B)186.32º66.09%45.1%-
XYZ9.1912.1818.09-
YUV87.58143.4793.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=14.94%
G=41.00%
B=44.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391071150.660.0700.55186.3249.3530.2
Hex276B73427037ba311e
Octal4715316310270672726136
Binary10011111010111110011100001011101101111011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,107,115); }

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

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

 a { background-color: rgb(39,107,115); }

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

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

 span { border-color: rgb(39,107,115); }

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