#277A90

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

Shades of Astral #277A90

Tints of Astral #277A90

Color information

#277A90 (or 0x277A90) is unknown color: approx Astral. HEX triplet: 27, 7A and 90. RGB value is (39,122,144). Sum of RGB (Red+Green+Blue) = 39+122+144=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #277A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A90 is #D8856F. Grayscale: #636363. Windows color (decimal): -14189936 or 9468455. OLE color: 9468455.

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

Color convert

RGB39122144-
CMYK0.730.1500.44
HSL192.57º57.38%35.88%-
HSV(B)192.57º72.92%56.47%-
XYZ12.8316.3628.87-
YUV99.6915384.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=12.79%
G=40%
B=47.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391221440.730.1500.44192.5757.3835.88
Hex277A9049F02Cc13924
Octal47172220111170543017144
Binary10011111110101001000010010011111010110011000001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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