#277493

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

Shades of Astral #277493

Tints of Astral #277493

Color information

#277493 (or 0x277493) is unknown color: approx Astral. HEX triplet: 27, 74 and 93. RGB value is (39,116,147). Sum of RGB (Red+Green+Blue) = 39+116+147=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #277493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277493 is #D88B6C. Grayscale: #606060. Windows color (decimal): -14191469 or 9663527. OLE color: 9663527.

HSL color Cylindrical-coordinate representation of color #277493: hue angle of 197.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277493 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39116147-
CMYK0.730.2100.42
HSL197.22º58.06%36.47%-
HSV(B)197.22º73.47%57.65%-
XYZ12.3515.0329.85-
YUV96.51156.4986.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.91%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=12.91%
G=38.41%
B=48.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391161470.730.2100.42197.2258.0636.47
Hex277493491502Ac53a24
Octal47164223111250523057244
Binary100111111010010010011100100110101010101011000101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277493; }

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

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

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

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

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

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

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

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