#27687A

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

Shades of Allports #27687A

Tints of Allports #27687A

Color information

#27687A (or 0x27687A) is unknown color: approx Allports. HEX triplet: 27, 68 and 7A. RGB value is (39,104,122). Sum of RGB (Red+Green+Blue) = 39+104+122=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #27687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27687A is #D89785. Grayscale: #565656. Windows color (decimal): -14194566 or 8022055. OLE color: 8022055.

HSL color Cylindrical-coordinate representation of color #27687A: hue angle of 193.01º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27687A is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39104122-
CMYK0.680.1500.52
HSL193.01º51.55%31.57%-
HSV(B)193.01º68.03%47.84%-
XYZ9.311.7420.19-
YUV86.62147.9794.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=14.72%
G=39.25%
B=46.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391041220.680.1500.52193.0151.5531.57
Hex27687A44F034c13420
Octal47150172104170643016440
Binary1001111101000111101010001001111011010011000001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27687A; }

 p { color: rgb(39,104,122); }

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

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

 a { background-color: rgb(39,104,122); }

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

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

 span { border-color: rgb(39,104,122); }

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