#276C74

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

Shades of Allports #276C74

Tints of Allports #276C74

Color information

#276C74 (or 0x276C74) is unknown color: approx Allports. HEX triplet: 27, 6C and 74. RGB value is (39,108,116). Sum of RGB (Red+Green+Blue) = 39+108+116=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #276C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C74 is #D8938B. Grayscale: #585858. Windows color (decimal): -14193548 or 7629863. OLE color: 7629863.

HSL color Cylindrical-coordinate representation of color #276C74: hue angle of 186.23º degrees, saturation: 0.5, 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 #276C74 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39108116-
CMYK0.660.0700.55
HSL186.23º49.68%30.39%-
HSV(B)186.23º66.38%45.49%-
XYZ9.3512.4218.43-
YUV88.28143.6492.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=14.83%
G=41.06%
B=44.11%

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
Decimal391081160.660.0700.55186.2349.6830.39
Hex276C74427037ba321e
Octal4715416410270672726236
Binary10011111011001110100100001011101101111011101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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