#277B8E

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

Shades of Astral #277B8E

Tints of Astral #277B8E

Color information

#277B8E (or 0x277B8E) is unknown color: approx Astral. HEX triplet: 27, 7B and 8E. RGB value is (39,123,142). Sum of RGB (Red+Green+Blue) = 39+123+142=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #277B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B8E is #D88471. Grayscale: #636363. Windows color (decimal): -14189682 or 9337639. OLE color: 9337639.

HSL color Cylindrical-coordinate representation of color #277B8E: hue angle of 191.07º 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 #277B8E is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39123142-
CMYK0.730.1300.44
HSL191.07º56.91%35.49%-
HSV(B)191.07º72.54%55.69%-
XYZ12.816.5528.11-
YUV100.05151.6784.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=12.83%
G=40.46%
B=46.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391231420.730.1300.44191.0756.9135.49
Hex277B8E49D02Cbf3923
Octal47173216111150542777143
Binary10011111110111000111010010011101010110010111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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