#276B78

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

Shades of Allports #276B78

Tints of Allports #276B78

Color information

#276B78 (or 0x276B78) is unknown color: approx Allports. HEX triplet: 27, 6B and 78. RGB value is (39,107,120). Sum of RGB (Red+Green+Blue) = 39+107+120=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #276B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276B78 is #D89487. Grayscale: #585858. Windows color (decimal): -14193800 or 7891751. OLE color: 7891751.

HSL color Cylindrical-coordinate representation of color #276B78: hue angle of 189.63º 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 #276B78 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39107120-
CMYK0.670.1100.53
HSL189.63º50.94%31.18%-
HSV(B)189.63º67.5%47.06%-
XYZ9.4812.319.64-
YUV88.15145.9792.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=14.66%
G=40.23%
B=45.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391071200.670.1100.53189.6350.9431.18
Hex276B7843B035be331f
Octal47153170103130652766337
Binary100111110101111110001000011101101101011011111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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