#27728B

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

Shades of Astral #27728B

Tints of Astral #27728B

Color information

#27728B (or 0x27728B) is unknown color: approx Astral. HEX triplet: 27, 72 and 8B. RGB value is (39,114,139). Sum of RGB (Red+Green+Blue) = 39+114+139=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #27728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27728B is #D88D74. Grayscale: #5E5E5E. Windows color (decimal): -14191989 or 9138727. OLE color: 9138727.

HSL color Cylindrical-coordinate representation of color #27728B: hue angle of 195º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27728B is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39114139-
CMYK0.720.1800.45
HSL195º56.18%34.9%-
HSV(B)195º71.94%54.51%-
XYZ11.5114.3326.59-
YUV94.42153.1588.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=13.36%
G=39.04%
B=47.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391141390.720.1800.4519556.1834.9
Hex27728B481202Dc33823
Octal47162213110220553037043
Binary100111111001010001011100100010010010110111000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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