#27738B

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

Shades of Astral #27738B

Tints of Astral #27738B

Color information

#27738B (or 0x27738B) is unknown color: approx Astral. HEX triplet: 27, 73 and 8B. RGB value is (39,115,139). Sum of RGB (Red+Green+Blue) = 39+115+139=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #27738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27738B is #D88C74. Grayscale: #5E5E5E. Windows color (decimal): -14191733 or 9138983. OLE color: 9138983.

HSL color Cylindrical-coordinate representation of color #27738B: hue angle of 194.4º 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 #27738B is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39115139-
CMYK0.720.1700.45
HSL194.4º56.18%34.9%-
HSV(B)194.4º71.94%54.51%-
XYZ11.6314.5626.62-
YUV95.01152.8288.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=13.31%
G=39.25%
B=47.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391151390.720.1700.45194.456.1834.9
Hex27738B481102Dc23823
Octal47163213110210553027043
Binary100111111001110001011100100010001010110111000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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