#27707C

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

Shades of Allports #27707C

Tints of Allports #27707C

Color information

#27707C (or 0x27707C) is unknown color: approx Allports. HEX triplet: 27, 70 and 7C. RGB value is (39,112,124). Sum of RGB (Red+Green+Blue) = 39+112+124=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #27707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27707C is #D88F83. Grayscale: #5B5B5B. Windows color (decimal): -14192516 or 8155175. OLE color: 8155175.

HSL color Cylindrical-coordinate representation of color #27707C: hue angle of 188.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27707C is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB39112124-
CMYK0.690.1000.51
HSL188.47º52.15%31.96%-
HSV(B)188.47º68.55%48.63%-
XYZ10.2713.4721.13-
YUV91.54146.3290.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.18%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=14.18%
G=40.73%
B=45.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal391121240.690.1000.51188.4752.1531.96
Hex27707C45A033bc3420
Octal47160174105120632746440
Binary1001111110000111110010001011010011001110111100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27707C; }

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

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

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

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

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

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

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

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