#277190

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

Shades of Astral #277190

Tints of Astral #277190

Color information

#277190 (or 0x277190) is unknown color: approx Astral. HEX triplet: 27, 71 and 90. RGB value is (39,113,144). Sum of RGB (Red+Green+Blue) = 39+113+144=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #277190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277190 is #D88E6F. Grayscale: #5E5E5E. Windows color (decimal): -14192240 or 9466151. OLE color: 9466151.

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

Color convert

RGB39113144-
CMYK0.730.2200.44
HSL197.71º57.38%35.88%-
HSV(B)197.71º72.92%56.47%-
XYZ11.7814.2628.52-
YUV94.41155.9888.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=13.18%
G=38.18%
B=48.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391131440.730.2200.44197.7157.3835.88
Hex277190491602Cc63924
Octal47161220111260543067144
Binary100111111000110010000100100110110010110011000110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277190; }

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

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

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

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

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

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

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

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