#277693

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

Shades of Astral #277693

Tints of Astral #277693

Color information

#277693 (or 0x277693) is unknown color: approx Astral. HEX triplet: 27, 76 and 93. RGB value is (39,118,147). Sum of RGB (Red+Green+Blue) = 39+118+147=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #277693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277693 is #D8896C. Grayscale: #616161. Windows color (decimal): -14190957 or 9664039. OLE color: 9664039.

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

Color convert

RGB39118147-
CMYK0.730.2000.42
HSL196.11º58.06%36.47%-
HSV(B)196.11º73.47%57.65%-
XYZ12.5815.4929.93-
YUV97.68155.8386.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=12.83%
G=38.82%
B=48.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391181470.730.2000.42196.1158.0636.47
Hex277693491402Ac43a24
Octal47166223111240523047244
Binary100111111011010010011100100110100010101011000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277693; }

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

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

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

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

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

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

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

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