#27778F

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

Shades of Astral #27778F

Tints of Astral #27778F

Color information

#27778F (or 0x27778F) is unknown color: approx Astral. HEX triplet: 27, 77 and 8F. RGB value is (39,119,143). Sum of RGB (Red+Green+Blue) = 39+119+143=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #27778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27778F is #D88870. Grayscale: #616161. Windows color (decimal): -14190705 or 9402151. OLE color: 9402151.

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

Color convert

RGB39119143-
CMYK0.730.1700.44
HSL193.85º57.14%35.69%-
HSV(B)193.85º72.73%56.08%-
XYZ12.3915.6128.35-
YUV97.82153.586.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 143 (56.25% from 255) = 47.51%
R=12.96%
G=39.53%
B=47.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391191430.730.1700.44193.8557.1435.69
Hex27778F491102Cc23924
Octal47167217111210543027144
Binary100111111011110001111100100110001010110011000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27778F; }

 p { color: rgb(39,119,143); }

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

<style>
 a { background-color: #27778F; }

 a { background-color: rgb(39,119,143); }

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

<style>
 span { border-color: #27778F; }

 span { border-color: rgb(39,119,143); }

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