#277290

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

Shades of Astral #277290

Tints of Astral #277290

Color information

#277290 (or 0x277290) is unknown color: approx Astral. HEX triplet: 27, 72 and 90. RGB value is (39,114,144). Sum of RGB (Red+Green+Blue) = 39+114+144=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #277290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277290 is #D88D6F. Grayscale: #5E5E5E. Windows color (decimal): -14191984 or 9466407. OLE color: 9466407.

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

Color convert

RGB39114144-
CMYK0.730.2100.44
HSL197.14º57.38%35.88%-
HSV(B)197.14º72.92%56.47%-
XYZ11.8914.4828.55-
YUV94.99155.6588.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=13.13%
G=38.38%
B=48.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391141440.730.2100.44197.1457.3835.88
Hex277290491502Cc53924
Octal47162220111250543057144
Binary100111111001010010000100100110101010110011000101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277290; }

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

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

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

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

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

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

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

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