#277A8E

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

Shades of Astral #277A8E

Tints of Astral #277A8E

Color information

#277A8E (or 0x277A8E) is unknown color: approx Astral. HEX triplet: 27, 7A and 8E. RGB value is (39,122,142). Sum of RGB (Red+Green+Blue) = 39+122+142=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #277A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A8E is #D88571. Grayscale: #636363. Windows color (decimal): -14189938 or 9337383. OLE color: 9337383.

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

Color convert

RGB39122142-
CMYK0.730.1400.44
HSL191.65º56.91%35.49%-
HSV(B)191.65º72.54%55.69%-
XYZ12.6816.328.07-
YUV99.4615284.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=12.87%
G=40.26%
B=46.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391221420.730.1400.44191.6556.9135.49
Hex277A8E49E02Cc03923
Octal47172216111160543007143
Binary10011111110101000111010010011110010110011000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277A8E; }

 p { color: rgb(39,122,142); }

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

<style>
 a { background-color: #277A8E; }

 a { background-color: rgb(39,122,142); }

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

<style>
 span { border-color: #277A8E; }

 span { border-color: rgb(39,122,142); }

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