#277686

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

Shades of Allports #277686

Tints of Allports #277686

Color information

#277686 (or 0x277686) is unknown color: approx Allports. HEX triplet: 27, 76 and 86. RGB value is (39,118,134). Sum of RGB (Red+Green+Blue) = 39+118+134=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #277686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277686 is #D88979. Grayscale: #606060. Windows color (decimal): -14190970 or 8812071. OLE color: 8812071.

HSL color Cylindrical-coordinate representation of color #277686: hue angle of 190.11º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #277686 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB39118134-
CMYK0.710.1200.47
HSL190.11º54.91%33.92%-
HSV(B)190.11º70.9%52.55%-
XYZ11.6215.1124.86-
YUV96.2149.3387.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 134 (52.73% from 255) = 46.05%
R=13.40%
G=40.55%
B=46.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391181340.710.1200.47190.1154.9133.92
Hex27768647C02Fbe3722
Octal47166206107140572766742
Binary10011111101101000011010001111100010111110111110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277686; }

 p { color: rgb(39,118,134); }

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

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

 a { background-color: rgb(39,118,134); }

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

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

 span { border-color: rgb(39,118,134); }

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