#277294

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

Shades of Astral #277294

Tints of Astral #277294

Color information

#277294 (or 0x277294) is unknown color: approx Astral. HEX triplet: 27, 72 and 94. RGB value is (39,114,148). Sum of RGB (Red+Green+Blue) = 39+114+148=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #277294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277294 is #D88D6B. Grayscale: #5F5F5F. Windows color (decimal): -14191980 or 9728551. OLE color: 9728551.

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

Color convert

RGB39114148-
CMYK0.740.2300.42
HSL198.72º58.29%36.67%-
HSV(B)198.72º73.65%58.04%-
XYZ12.214.630.19-
YUV95.45157.6587.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=12.96%
G=37.87%
B=49.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391141480.740.2300.42198.7258.2936.67
Hex2772944A1702Ac73a25
Octal47162224112270523077245
Binary100111111001010010100100101010111010101011000111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277294; }

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

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

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

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

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

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

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

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