#276C78

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

Shades of Allports #276C78

Tints of Allports #276C78

Color information

#276C78 (or 0x276C78) is unknown color: approx Allports. HEX triplet: 27, 6C and 78. RGB value is (39,108,120). Sum of RGB (Red+Green+Blue) = 39+108+120=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #276C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C78 is #D89387. Grayscale: #585858. Windows color (decimal): -14193544 or 7892007. OLE color: 7892007.

HSL color Cylindrical-coordinate representation of color #276C78: hue angle of 188.89º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #276C78 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39108120-
CMYK0.670.1000.53
HSL188.89º50.94%31.18%-
HSV(B)188.89º67.5%47.06%-
XYZ9.5912.5119.68-
YUV88.74145.6492.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=14.61%
G=40.45%
B=44.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391081200.670.1000.53188.8950.9431.18
Hex276C7843A035bd331f
Octal47154170103120652756337
Binary100111110110011110001000011101001101011011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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