#27738D

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

Shades of Astral #27738D

Tints of Astral #27738D

Color information

#27738D (or 0x27738D) is unknown color: approx Astral. HEX triplet: 27, 73 and 8D. RGB value is (39,115,141). Sum of RGB (Red+Green+Blue) = 39+115+141=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #27738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27738D is #D88C72. Grayscale: #5F5F5F. Windows color (decimal): -14191731 or 9270055. OLE color: 9270055.

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

Color convert

RGB39115141-
CMYK0.720.1800.45
HSL195.29º56.67%35.29%-
HSV(B)195.29º72.34%55.29%-
XYZ11.7814.6227.4-
YUV95.24153.8287.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=13.22%
G=38.98%
B=47.80%

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
Decimal391151410.720.1800.45195.2956.6735.29
Hex27738D481202Dc33923
Octal47163215110220553037143
Binary100111111001110001101100100010010010110111000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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