#277080

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

Shades of Allports #277080

Tints of Allports #277080

Color information

#277080 (or 0x277080) is unknown color: approx Allports. HEX triplet: 27, 70 and 80. RGB value is (39,112,128). Sum of RGB (Red+Green+Blue) = 39+112+128=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #277080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277080 is #D88F7F. Grayscale: #5B5B5B. Windows color (decimal): -14192512 or 8417319. OLE color: 8417319.

HSL color Cylindrical-coordinate representation of color #277080: hue angle of 190.79º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277080 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB39112128-
CMYK0.700.1200.50
HSL190.79º53.29%32.75%-
HSV(B)190.79º69.53%50.2%-
XYZ10.5313.5822.49-
YUV92148.3290.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=13.98%
G=40.14%
B=45.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391121280.700.1200.50190.7953.2932.75
Hex27708046C032bf3521
Octal47160200106140622776541
Binary10011111100001000000010001101100011001010111111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277080; }

 p { color: rgb(39,112,128); }

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

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

 a { background-color: rgb(39,112,128); }

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

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

 span { border-color: rgb(39,112,128); }

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