#27707B

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

Shades of Allports #27707B

Tints of Allports #27707B

Color information

#27707B (or 0x27707B) is unknown color: approx Allports. HEX triplet: 27, 70 and 7B. RGB value is (39,112,123). Sum of RGB (Red+Green+Blue) = 39+112+123=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #27707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27707B is #D88F84. Grayscale: #5B5B5B. Windows color (decimal): -14192517 or 8089639. OLE color: 8089639.

HSL color Cylindrical-coordinate representation of color #27707B: hue angle of 187.86º 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 #27707B is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39112123-
CMYK0.680.0900.52
HSL187.86º51.85%31.76%-
HSV(B)187.86º68.29%48.24%-
XYZ10.2113.4520.8-
YUV91.43145.8290.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.23%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=14.23%
G=40.88%
B=44.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391121230.680.0900.52187.8651.8531.76
Hex27707B449034bc3420
Octal47160173104110642746440
Binary1001111110000111101110001001001011010010111100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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