#277490

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

Shades of Astral #277490

Tints of Astral #277490

Color information

#277490 (or 0x277490) is unknown color: approx Astral. HEX triplet: 27, 74 and 90. RGB value is (39,116,144). Sum of RGB (Red+Green+Blue) = 39+116+144=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #277490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277490 is #D88B6F. Grayscale: #5F5F5F. Windows color (decimal): -14191472 or 9466919. OLE color: 9466919.

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

Color convert

RGB39116144-
CMYK0.730.1900.44
HSL196º57.38%35.88%-
HSV(B)196º72.92%56.47%-
XYZ12.1214.9428.63-
YUV96.17154.9987.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=13.04%
G=38.80%
B=48.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391161440.730.1900.4419657.3835.88
Hex277490491302Cc43924
Octal47164220111230543047144
Binary100111111010010010000100100110011010110011000100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277490; }

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

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

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

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

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

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

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

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