#277792

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

Shades of Astral #277792

Tints of Astral #277792

Color information

#277792 (or 0x277792) is unknown color: approx Astral. HEX triplet: 27, 77 and 92. RGB value is (39,119,146). Sum of RGB (Red+Green+Blue) = 39+119+146=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #277792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277792 is #D8886D. Grayscale: #616161. Windows color (decimal): -14190702 or 9598759. OLE color: 9598759.

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

Color convert

RGB39119146-
CMYK0.730.1800.43
HSL195.14º57.84%36.27%-
HSV(B)195.14º73.29%57.25%-
XYZ12.6215.729.56-
YUV98.1615585.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=12.83%
G=39.14%
B=48.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391191460.730.1800.43195.1457.8436.27
Hex277792491202Bc33a24
Octal47167222111220533037244
Binary100111111011110010010100100110010010101111000011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277792; }

 p { color: rgb(39,119,146); }

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

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

 a { background-color: rgb(39,119,146); }

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

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

 span { border-color: rgb(39,119,146); }

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