#27748d

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

Shades of Astral #27748D

Tints of Astral #27748D

Color information

#27748D (or 0x27748D) is unknown color: approx Astral. HEX triplet: 27, 74 and 8D. RGB value is (39,116,141). Sum of RGB (Red+Green+Blue) = 39+116+141=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #27748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27748D is #D88B72. Grayscale: #5F5F5F. Windows color (decimal): -14191475 or 9270311. OLE color: 9270311.

HSL color Cylindrical-coordinate representation of color #27748D: hue angle of 194.71º degrees, saturation: 0.57, 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 #27748D is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39116141-
CMYK0.720.1800.45
HSL194.71º56.67%35.29%-
HSV(B)194.71º72.34%55.29%-
XYZ11.8914.8527.44-
YUV95.83153.4987.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=13.18%
G=39.19%
B=47.64%

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
Decimal391161410.720.1800.45194.7156.6735.29
Hex27748D481202Dc33923
Octal47164215110220553037143
Binary100111111010010001101100100010010010110111000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27748d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27748d; }

 p { color: rgb(39,116,141); }

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

<style>
 a { background-color: #27748d; }

 a { background-color: rgb(39,116,141); }

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

<style>
 span { border-color: #27748d; }

 span { border-color: rgb(39,116,141); }

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