#27728E

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

Shades of Astral #27728E

Tints of Astral #27728E

Color information

#27728E (or 0x27728E) is unknown color: approx Astral. HEX triplet: 27, 72 and 8E. RGB value is (39,114,142). Sum of RGB (Red+Green+Blue) = 39+114+142=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #27728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27728E is #D88D71. Grayscale: #5E5E5E. Windows color (decimal): -14191986 or 9335335. OLE color: 9335335.

HSL color Cylindrical-coordinate representation of color #27728E: hue angle of 196.31º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27728E is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39114142-
CMYK0.730.2000.44
HSL196.31º56.91%35.49%-
HSV(B)196.31º72.54%55.69%-
XYZ11.7414.4227.76-
YUV94.77154.6588.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=13.22%
G=38.64%
B=48.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391141420.730.2000.44196.3156.9135.49
Hex27728E491402Cc43923
Octal47162216111240543047143
Binary100111111001010001110100100110100010110011000100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27728E; }

 p { color: rgb(39,114,142); }

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

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

 a { background-color: rgb(39,114,142); }

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

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

 span { border-color: rgb(39,114,142); }

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